There is no license information available for the latest version (dev-master) of this package.

STeSI CMS module for STeSI.erp

Maintainers

Details

github.com/stesi/cms

Source

Issues

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:package

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

This package is not auto-updated.

Last update: 2025-06-22 08:49:25 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