Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.01 KB

Orders management module for Yii2

(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