modernkernel / yii2-support
This package is abandoned and no longer maintained.
The author suggests using the powerkernel/yii2-support package instead.
Yii2 Support Ticket System
Package info
github.com/harrytang/yii2-support
Type:yii2-extension
pkg:composer/modernkernel/yii2-support
1.0.0
2017-12-04 05:38 UTC
Requires
- yiisoft/yii2: ~2.0
This package is not auto-updated.
Last update: 2022-02-01 13:07:10 UTC
README
Yii2 Support Ticket System
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist powerkernel/yii2-support "*"
or add
"powerkernel/yii2-support": "*"
to the require section of your composer.json file.
php yii migrate --interactive=0 --migrationPath=@vendor/powerkernel/yii2-support/migrations/ --migrationTable={{%support_migration}}