laravel-langman-gui

A GUI for managing JSON translation files in your laravel projects.

  • Owner: themsaid/laravel-langman-gui
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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.

Main metrics

Overview
Name With Ownerthemsaid/laravel-langman-gui
Primary LanguagePHP
Program languagePHP (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2017-01-31 21:35:45
Pushed At2022-12-06 19:59:25
Last Commit At2020-01-27 05:19:11
Release Count7
Last Release Namev0.3.1 (Posted on )
First Release Namev0.1.0 (Posted on )
用户参与
Stargazers Count512
Watchers Count13
Fork Count51
Commits Count53
Has Issues Enabled
Issues Count36
Issue Open Count17
Pull Requests Count9
Pull Requests Open Count12
Pull Requests Close Count15
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private