sazik-rzn/yii2-shopcart-light

Lightweight shopcart component for Yii2 framework

Maintainers

Package info

github.com/sazik-rzn/yii2-shopcart-light

Type:yii2-extension

pkg:composer/sazik-rzn/yii2-shopcart-light

Statistics

Installs: 23

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.7 2017-04-20 09:28 UTC

This package is not auto-updated.

Last update: 2026-03-21 02:58:02 UTC


README

Lightweight shopcart component for Yii2 framework

installation:

  1. add to require section of composer.json next line "sazik-rzn/yii2-shopcart-light": "*"

  2. append migration from folder "migrations" ./yii migrate/up --migrationPath=@vendor/sazik-rzn/yii2-shopcart-light/migrations

  3. Implemet IPositionModel by yor product model

  4. Configure component in your app

  5. read comments for component`s methods and use it

Full documentation comming soon