- A Laravel zero dependency translation manager for your new or existing web application app
- This Laravel translation manager comes up with both a command line and a user interface without any third party package.
- Add New language including flag icon
- Adding missing key
- Manage Translation key using beautiful interface
- There is no third party package needed
- Just copy and past in your project directory
-
cd
project-directory
-
First download and put on your existing project
-
On your root directory type
php artisan lang:en "fi fi-us"
by specify the new language and and it's flag icon -
The command copy the existing en language to the new language the translation is done through interface
-
Login Your project and call the route
your-project-path/admin/translations
examplehttp://localhost/lara-locale/admin/translations
-
Then you will get the below ui
- If you want add new locale click the add new language button then you will see this modal and type the lang name and flag icon value the new language is added and write into
config/panel.php
\