A handy little CLI for managing and simplifying your work with Laravel translations.
Via Composer
$ composer require dpcreations/laravel-language-cli
Make a home.php file for all your language folders
$ php artisan lang:make home
- Fork it!
- Create feature branch: git checkout -b feature/cool-feature
- Commit changes: git commit -a -m 'Add cool feature'
- Push to the branch: git push origin feature/cool-feature
- Submit a pull request
Released under the MIT license.