renatomarinho/laravel-multi-language is a Laravel package for laravel multi language.
It currently has 23 GitHub stars and 5.141 downloads on Packagist (latest version 1.0.6).
Install it with composer require renatomarinho/laravel-multi-language.
Discover more Laravel packages by renatomarinho
or browse all Laravel packages to compare alternatives.
Last updated
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.