coder.ept / yii2-basket
Basket test modul
dev-master
2017-08-31 05:44 UTC
This package is not auto-updated.
Last update: 2026-03-01 10:34:12 UTC
README
Basket test modul
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist coder.ept/yii2-basket "dev-master"
"coder.ept/yii2-basket": "dev-master"
php yii migrate --migrationPath=@app/vendor/coder.ept/yii2-basket/migrations create_table_order
to the require section of your composer.json file.