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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?