Laravel-Lang / lang

List of 126 languages for Laravel Framework, Laravel Jetstream, Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova, Laravel Spark and Laravel UI.

Home Page:https://laravel-lang.com/packages-lang.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Idea of cli command tool

myagmarsurensedjav opened this issue · comments

Sometimes i just need only Mongolian [mn] for my app. And no need of multi lang package in the composer. In this case laravel-lang cli tool would be very useful to me. See the scenerio below:

cd ~/projects/some-laravel-project
laravel-lang add mn

After this command [mn] lang files gonna copied to resources directory and app.locale config changed to mn.

laravel-lang should be installed globally. Then use it like the laravel-installer.