laravel-langman-gui

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

Github星跟踪图

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.

主要指标

概览
名称与所有者themsaid/laravel-langman-gui
主编程语言PHP
编程语言PHP (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2017-02-01 05:35:45
推送于2022-12-07 03:59:25
最后一次提交2020-01-27 11:19:11
发布数7
最新版本名称v0.3.1 (发布于 )
第一版名称v0.1.0 (发布于 )
用户参与
星数511
关注者数12
派生数50
提交数53
已启用问题?
问题数36
打开的问题数16
拉请求数9
打开的拉请求数12
关闭的拉请求数15
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?