(WIP)
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
)