nullref/yii2-order

Module for orders management

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 4

Forks: 1

Open Issues: 0

Type:yii2-extension

dev-master 2020-01-18 20:42 UTC

This package is auto-updated.

Last update: 2024-04-19 05:07:56 UTC


README

(WIP)

Latest Stable Version Total Downloads Latest Unstable Version License

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist nullref/yii2-order "*"

or add

"nullref/yii2-order": "*"

to the require section of your composer.json file.

Run command php yii module/install nullref/yii2-order to install this module. It will be added to your application config (@app/config/installed_modules.php)

Concept