sazik-rzn / yii2-shopcart-light
Lightweight shopcart component for Yii2 framework
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: >=2.0.4
README
Lightweight shopcart component for Yii2 framework
installation:
-
add to require section of composer.json next line "sazik-rzn/yii2-shopcart-light": "*"
-
append migration from folder "migrations" ./yii migrate/up --migrationPath=@vendor/sazik-rzn/yii2-shopcart-light/migrations
-
Implemet IPositionModel by yor product model
-
Configure component in your app
-
read comments for component`s methods and use it
Full documentation comming soon