renatomarinho / laravel-multi-language
Laravel Multi Language
Installs: 4 809
Dependents: 2
Suggesters: 0
Security: 0
Stars: 21
Watchers: 4
Forks: 0
Open Issues: 1
Requires
- php: >=7.0
Requires (Dev)
- phpunit/phpunit: ^6.1
This package is auto-updated.
Last update: 2024-10-13 21:38:40 UTC
README
Laravel Scan-Language-Text detect all language texts on application and update on language file to translations.
Instalation
Laravel Scan-Language-Text requires PHP 7.
Require this package with composer using the following command:
$ composer require renatomarinho/laravel-multi-language
Go to your config/app.php
and add the service provider:
// 'providers' => [ RenatoMarinho\LaravelMultiLanguage\MultiLanguageServiceProvider::class // ],
Usage
Just call the artisan command:
php artisan multi-language:update
License
Laravel Multi-Language is licensed under the MIT license.