| Package Data | |
|---|---|
| Maintainer Username: | themsaid |
| Maintainer Contact: | theMohamedSaid@gmail.com (Mohamed Said) |
| Package Create Date: | 2017-01-31 |
| Package Last Update: | 2022-12-06 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-31 03:03:34 |
| Package Statistics | |
|---|---|
| Total Downloads: | 53,535 |
| Monthly Downloads: | 6 |
| Daily Downloads: | 2 |
| Total Stars: | 511 |
| Total Watchers: | 12 |
| Total Forks: | 50 |
| Total Open Issues: | 28 |
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
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.
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.