Laravel command that interactively helps you import missing keys.
bariew/laravel-translator-cli is a Laravel package for laravel command that interactively helps you import missing keys..
It currently has 0 GitHub stars and 12 downloads on Packagist.
Install it with composer require bariew/laravel-translator-cli.
Discover more Laravel packages by bariew
or browse all Laravel packages to compare alternatives.
Last updated
Laravel command that interactively helps you find missing keys.
Run:
composer require bariew/laravel-trasnlator-cli
Add the service provider into your Laravel app (app/config/app.php):
'providers' => array(
...
'Bariew\Translator\TranslatorServiceProvider'
...
)
That's it!
php artisan translator:generate
Warning: Saving translation changes to disk will overwrite all lang files.
The Laravel Translator command allows you to: