Translation Manager For Laravel
Easy to use package that helps you with the translation of your Laravel application locally.
Features
Installation
composer require fschirinzi/translation-manager-for-laravel --dev
Usage
Use default Laravel's path to lang files:
php artisan translations:validate
You can specify a relative or absolute path to lang
directory location:
php artisan translations:validate --dir=/other/dir/with/my-custom-languages
Maintainers
License
Translation Manager For Laravel
is open-sourced software licensed under the MIT license.