readly24 / yii2-basket
Basket of yii2 shop
dev-master
2018-04-22 15:05 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2026-03-10 12:27:24 UTC
README
Basket of yii2 shop
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist basket/yii2-basket "*"
or add
"basket/yii2-basket": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \readly\basket\AutoloadExample::widget(); ?>```