Laravel Language Manager
Published on by Eric L. Barnes
Laravel Langman, created by Mohamed Said, is a GUI for managing your JSON language files in a Laravel project.
Langman is installed just like any traditional package and after you’ve added the Service Provider, just point your browser to http://project.dev/langman
, to open the GUI. Using this interface you’ll be able to browse translation keys in different languages, add/remove keys, scan your project files for missing translations, and finally save your changes to the language JSON files.
You can find all the details on the project page and it’s designed to work with the JSON language files that was added in Laravel 5.4. If you are still using the array-based files you can check out Mohamed’s other package that is an Artisan command to manage those.
Eric is the creator of Laravel News and has been covering Laravel since 2012.