laravel-langman-gui

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

  • 所有者: themsaid/laravel-langman-gui
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

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
發布數7
最新版本名稱v0.3.1 (發布於 )
第一版名稱v0.1.0 (發布於 )
創建於2017-01-31 21:35:45
推送於2022-12-06 19:59:25
最后一次提交2020-01-27 05:19:11
星數516
關注者數15
派生數50
提交數53
已啟用問題?
問題數36
打開的問題數17
拉請求數9
打開的拉請求數12
關閉的拉請求數15
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部