skeeks/cms-i18n-db
Composer 安装命令:
composer require skeeks/cms-i18n-db
包简介
Storage translations in a database component for SkeekS CMS
README 文档
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist skeeks/cms-cms-i18n-db "^1.1.3"
or add
"skeeks/cms-i18n-db": "^1.1.3"
Configuration app
'components' => [ 'i18n' => [ 'class' => 'skeeks\cms\i18nDb\I18NDbComponent', 'translations' => [ 'skeeks/i18nDb/app' => [ 'class' => 'yii\i18n\PhpMessageSource', 'basePath' => '@skeeks/cms/i18nDb/messages', 'fileMap' => [ 'skeeks/i18nDb/app' => 'app.php', ], ] ] ], ], 'modules' => [ 'i18nDb' => [ 'class' => '\skeeks\cms\i18nDb\I18nDbModule', ] ]
##Links
SkeekS CMS (Yii2) — quickly, easily and effectively!
skeeks.com | en.cms.skeeks.com | cms.skeeks.com | marketplace.cms.skeeks.com
统计信息
- 总下载量: 112
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2016-04-14