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
Requires
- php: >=5.5.0||>=7.0
- nullref/yii2-core: >=0.0.4
- nullref/yii2-useful: >=0.0.4
- pheme/yii2-settings: ^0.4.0
- yiisoft/yii2: >=2.0.0
This package is auto-updated.
Last update: 2024-12-19 06:41:44 UTC
README
(WIP)
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
)