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

dev-master 2016-09-01 14:53 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:24:27 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