kmergen/yii2-eshop

A Yii2 Eshop module

Installs: 62

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 15

Type:yii2-extension


README

Yii2 shop system Module with Stripe and Paypal Integration

The preferred way to install this extension is through composer.

Either run

composer require "kmergen/yii2-eshop: "*"

or add

"kmergen/yii2-eshop": "*",

to the require section of your composer.json file.

Installation

1. Run Migrations

Run $ yii migrate --migrationPath=@vendor/kmergen/yii2-eshop/migrations

Note: This extension is under development. Use it not in production.