2017 © Pedro Peláez
 

package cms

STeSI CMS module for STeSI.erp

image

stesi-modules/cms

STeSI CMS module for STeSI.erp

  • Wednesday, October 18, 2017
  • by moccia.f
  • Repository
  • 2 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CMS

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), (*1)

Add module in config/web.php AND config/console.php:, (*2)

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

123Run migration from console: yii migrate --migrationPath=vendor/stesi-modules/cms/src/migrations, (*3)

The Versions

18/10 2017

dev-master

9999999-dev

STeSI CMS module for STeSI.erp

  Sources   Download

The Requires

 

by STeSI

extension yii2 cms