v3project/skeeks
Composer 安装命令:
composer require v3project/skeeks
包简介
Module for skeeks cms
README 文档
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist v3toys/skeeks "*"
or add
"v3toys/skeeks": "*"
Configuration app
'components' => [ 'dbV3project' => [ 'class' => 'yii\db\Connection', 'dsn' => 'pgsql:host=db.v3project.ru;port=5432;dbname=v3toys_ru', 'username' => 'username', 'password' => 'password', 'charset' => 'utf8', ], 'v3toysApi' => [ 'class' => 'v3toys\yii2\api\Api' ], 'v3toysSettings' => [ 'class' => 'v3toys\skeeks\components\V3toysSettings' ], 'i18n' => [ 'translations' => [ 'v3toys/skeeks' => [ 'class' => 'yii\i18n\PhpMessageSource', 'basePath' => '@v3toys/skeeks/messages', 'fileMap' => [ 'v3toys/skeeks' => 'main.php', ], ] ] ], ], 'modules' => [ 'v3toys' => [ 'class' => 'v3toys\skeeks\V3toysModule', ] ]
SkeekS CMS (Yii2) — quickly, easily and effectively!
skeeks.com | en.cms.skeeks.com | cms.skeeks.com | marketplace.cms.skeeks.com
统计信息
- 总下载量: 74
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2019-03-07