25/11
2017
dev-master
9999999-dev https://github.com/andrtechno/mod-cartКоризина
MIT
The Requires
by CORNER CMS
Коризина
Описание на Русском, (*1)
Module for PIXELION CMS, (*2)
The preferred way to install this extension is through composer., (*4)
Either run, (*5)
php composer require --prefer-dist panix/mod-cart "*"
or add, (*6)
"panix/mod-cart": "*"
to the require section of your composer.json
file., (*7)
Add to web config., (*8)
'modules' => [ 'cart' => [ 'class' => 'panix\mod\cart\Module', 'on orderCreate' => function ($event) { //Event after create order "$event->order" } ], ]
php yii migrate --migrationPath=vendor/panix/mod-cart/migrations
Коризина
MIT