programzheng / laravel-translation-txt
Package info
github.com/ProgramZheng/laravel-translation-txt
pkg:composer/programzheng/laravel-translation-txt
1.0.2
2019-04-26 07:10 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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.