LaravelPackages.net
Acme Inc.
Toggle sidebar
themsaid/laravel-langman-gui

Manage language files with ease.

53.577
509
v0.3.1
About themsaid/laravel-langman-gui

themsaid/laravel-langman-gui is a Laravel package for manage language files with ease.. It currently has 509 GitHub stars and 53.577 downloads on Packagist (latest version v0.3.1). Install it with composer require themsaid/laravel-langman-gui. Discover more Laravel packages by themsaid or browse all Laravel packages to compare alternatives.

Last updated

Laravel Language Manager

Langman is a GUI for managing your JSON language files in a Laravel project.

Laravel Langman
Latest Stable Version Total Downloads License

Installation

Begin by installing the package through Composer. Run the following command in your terminal:

$ composer require themsaid/laravel-langman-gui

Once done, add the following line in your providers array of config/app.php:

Themsaid\LangmanGUI\LangmanServiceProvider::class

Then publish the configuration file & assets:

php artisan vendor:publish --provider=Themsaid\\LangmanGUI\\LangmanServiceProvider

Usage

Once you have added the Service Provider point your browser to http://project.dev/langman, 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.

Backup

Langman stores a backup of your entire resources/lang directory into storage/langmanGUI, you can use restore the original files using this backup in case anything went wrong.

Star History Chart