此包最新版本(dev-master)没有可用的许可证信息。

STeSI.erp 的 STeSI CMS 模块

维护者

详细信息

github.com/stesi/cms

源代码

问题

安装: 8

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 3

分支: 0

开放性问题: 0

类型:

dev-master 2017-10-18 14:44 UTC

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.phpconfig/console.php 中添加模块

'module' => [
    // other modules
    'cms' => [
        'class' => 'stesi\cms\Module', 
    ],
    // other modules
],

从控制台运行迁移: yii migrate --migrationPath=vendor/stesi-modules/cms/src/migrations