| Package Data | |
|---|---|
| Maintainer Username: | renatomarinho |
| Maintainer Contact: | renato.marinho@s2move.com (Renato Marinho) |
| Package Create Date: | 2017-04-16 |
| Package Last Update: | 2017-09-29 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-31 03:01:21 |
| Package Statistics | |
|---|---|
| Total Downloads: | 4,960 |
| Monthly Downloads: | 3 |
| Daily Downloads: | 0 |
| Total Stars: | 23 |
| Total Watchers: | 2 |
| Total Forks: | 0 |
| Total Open Issues: | 1 |
Laravel Scan-Language-Text detect all language texts on application and update on language file to translations.
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
// ],
Just call the artisan command:
php artisan multi-language:update
Laravel Multi-Language is licensed under the MIT license.