asgardcms/translation-module
最新稳定版本:1.14.0
Composer 安装命令:
composer require asgardcms/translation-module
包简介
Module containing all AsgardCms translations
README 文档
README
Easily manage your translations via the backend GUI.
Contains all the translations files for the AsgardCms Modules.
Installation
Require the module in your project
composer require asgardcms/translation-module
Optional configuration
The configuration has one option: translations-gui which you can set to a boolean value. Setting this to true will have a slight performance hit, but it will give you (and your client) the possibility to edit static translations via a GUI.
If you don't have that need, set this to false.
Note: This configuraiton key is in app.php config file.
Permissions
Don't forget to give yourself the permissions to the translation module if you have enabled the translations-gui option.
Missing assets ? Publish the assets.
If you haven't altered the post-update scripts in the composer file, it will publish the translation module assets to the public folder.
However if you did alter it, or you're getting an AssetNotFound exception, you can publish those assets manually using the following command:
php artisan module:publish translation
统计信息
- 总下载量: 25.71k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-11-21