Basket test modul
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.