dench/yii2-cart

Yii2 cart

Installs: 138

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2023-03-31 15:18 UTC

This package is auto-updated.

Last update: 2024-03-30 00:18:51 UTC


README

Yii2 cart

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist dench/yii2-cart "*"

or add

"dench/yii2-cart": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \dench\cart\AutoloadExample::widget(); ?>```