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
星数517
关注者数15
派生数50
提交数53
已启用问题?
问题数36
打开的问题数17
拉请求数9
打开的拉请求数12
关闭的拉请求数15
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部