ludmanp/typicms-transdb
Composer 安装命令:
composer require ludmanp/typicms-transdb
包简介
Manage language files and DB
README 文档
README
Based on themsaid/laravel-langman
Installation
Begin by installing the package through Composer. Run the following command in your terminal:
$ composer require ludmanp/typicms-transdb
Usage
Searching view files for missing translations and updates DB and files
php artisan trans:sync
This command will look into all files in resources/views, app and Modules and find all translation keys that are not covered in your translation files, after
that it appends those keys to the files with a value equal to key. If key prefix is db, then value will be added to DB.
统计信息
- 总下载量: 70
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-03-21