black-lamp/blcms-shop-subsite

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

Shop Subsite module for Black-Lamp CMS

0.1.6 2017-04-06 18:10 UTC

This package is not auto-updated.

Last update: 2024-04-28 00:17:55 UTC


README

php yii migrate --migrationPath=@vendor/black-lamp/blcms-shop-subsite/migrations
    'modules' => [
        'subsite' => [
            'class' => bl\cms\shop\subsite\Module::className()
        ],
    ]
    
    'components' => [
        'request' => [
            'parsers' => [
                'application/json' => 'yii\web\JsonParser',
            ],
        ],
    ]