thienhungho/yii2-cart

Yii2 Cart

Installs: 19

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

v1.0.4 2019-08-23 21:45 UTC

This package is auto-updated.

Last update: 2024-04-30 00:31:38 UTC


README

Cart System for Yii2

Installation

This is just an example, memorible moment. The source code may not work for known reasons. This source code include against loss license feature.

The preferred way to install this extension is through composer.

Either run

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

or add

"thienhungho/yii2-cart": "*"

to the require section of your composer.json file.

Migration

Run the following command in Terminal for database migration:

yii migrate/up --migrationPath=@vendor/thienhungho/Cart/migrations

Or use the namespaced migration (requires at least Yii 2.0.10):

// Add namespace to console config:
'controllerMap' => [
    'migrate' => [
        'class' => 'yii\console\controllers\MigrateController',
        'migrationNamespaces' => [
            'thienhungho\Cart\migrations\namespaced',
        ],
    ],
],

Then run:

yii migrate/up

Modules

CartBase

Functions

Core

Constant

Core