programzheng / laravel-translation-txt
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/programzheng/laravel-translation-txt
README
This package provides artisan commands to export language files from and to txt.
install
Install the package through Composer.
$ composer require programzheng/laravel-translation-txt
If you're not using Laravel >=5.5, add the ServiceProvider to the providers array in config/app.php
ProgramZheng\\LaravelTranslationTxt\\TranslationTxtServiceProvider
usage
The package currently provides one commands:
Export
php artisan translationtxt:export en,jp......
You have to pass the locale as arguments.