software75 / yii2-ecommerce75
Ecommerce extension for Yii2 projects
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
This package is not auto-updated.
Last update: 2024-11-09 20:56:08 UTC
README
Ecommerce extension for Yii2 projects
This extension allows you to install an ecommerce component within your project yii2. It allows you to take advantage of the products , price lists , shopping carts , discounts etc .
Installation
The preferred way to install this extension is through composer. Check the composer.json for this extension's requirements and dependencies.
To install, either run
$ php composer.phar require software75/yii2-ecommerce75 "@dev"
or add
"software75/yii2-ecommerce75": "@dev"
to the require
section of your composer.json
file.
run migration for database
./yii migrate --migrationPath=@software75/yii2-ecommerce75/migrations