coder.ept / yii2-basket
Basket test modul
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
This package is not auto-updated.
Last update: 2025-06-22 06:53:45 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.