stesi-modules / cms
There is no license information available for the latest version (dev-master) of this package.
STeSI CMS module for STeSI.erp
dev-master
2017-10-18 14:44 UTC
Requires
- yiisoft/yii2: 2.*
This package is not auto-updated.
Last update: 2026-03-15 12:37:38 UTC
README
###e CMS base module for STeSI.erp
Add package: "stesi/cms": "*" to composer.json (or version instead of dev-master if package have been released)
Add module in config/web.php AND config/console.php:
'module' => [ // other modules 'cms' => [ 'class' => 'stesi\cms\Module', ], // other modules ],
123Run migration from console: yii migrate --migrationPath=vendor/stesi-modules/cms/src/migrations