dpcreations / laravel-language-cli
A handy little CLI for managing and simplifying your work with Laravel translations.
1.0
2020-06-22 14:38 UTC
Requires
- illuminate/support: ~5|~6|~7
Requires (Dev)
- orchestra/testbench: ~3|~4
- phpunit/phpunit: ^8.0
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2025-06-29 01:21:35 UTC
README
A handy little CLI for managing and simplifying your work with Laravel translations.
Installation
Via Composer
$ composer require dpcreations/laravel-language-cli
Usage
Make a home.php file for all your language folders
$ php artisan lang:make home
Contribution
- 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
License
Released under the MIT license.