dive-be/nova-translation-editor
Composer 安装命令:
composer require dive-be/nova-translation-editor
包简介
A Laravel Nova tool for editing your translation strings.
README 文档
README
⚠️ Minor releases of this package may cause breaking changes as it has no stable release yet.
Installation
composer require dive-be/nova-translation-editor
You must publish and run the migrations to create the language_lines table:
php artisan vendor:publish --provider="Dive\NovaTranslationEditor\ToolServiceProvider" --tag="migrations" php artisan migrate
Optionally you could publish the config file using this command.
php artisan vendor:publish --provider="Dive\NovaTranslationEditor\ToolServiceProvider" --tag="config"
Register the tool in NovaServiceProvider.
public function tools() { return [ new NovaTranslationEditor(), ]; }
Publish the translations via the nova tool or via command line:
php artisan nova-translation-editor:publish
Usage
TODO
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 3.66k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-03-09