stesi-modules / cms
此包最新版本(dev-master)没有可用的许可证信息。
STeSI.erp 的 STeSI CMS 模块
dev-master
2017-10-18 14:44 UTC
Requires
- yiisoft/yii2: 2.*
This package is not auto-updated.
Last update: 2024-09-15 05:04:34 UTC
README
###e CMS 基础模块为 STeSI.erp
在 composer.json 中添加包: "stesi/cms": "*"(或版本代替 dev-master 如果已发布包)
在 config/web.php 和 config/console.php 中添加模块
'module' => [ // other modules 'cms' => [ 'class' => 'stesi\cms\Module', ], // other modules ],
从控制台运行迁移: yii migrate --migrationPath=vendor/stesi-modules/cms/src/migrations