https://github.com/nullrefexcep/yii2-order
Module for orders management
https://github.com/nullrefexcep/yii2-order
Last synced: about 2 months ago
JSON representation
Module for orders management
- Host: GitHub
- URL: https://github.com/nullrefexcep/yii2-order
- Owner: NullRefExcep
- Created: 2016-11-24T22:23:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T20:42:22.000Z (over 5 years ago)
- Last Synced: 2025-02-02T14:14:22.181Z (4 months ago)
- Language: PHP
- Size: 36.1 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Orders management module for Yii2
(WIP)[](https://packagist.org/packages/nullref/yii2-order) [](https://packagist.org/packages/nullref/yii2-order) [](https://packagist.org/packages/nullref/yii2-order) [](https://packagist.org/packages/nullref/yii2-order)
Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
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
-------