Developer helper kit for Yii2 framework.
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yiithings/yii2-devkit "*"
or add
"yiithings/yii2-devkit": "*"
to the require section of your composer.json
file.
Once the extension is installed, simply use it in your code by :
[
'bootstrap' => ['devkit'],
'modules' => [
'devkit' => [
'class' => 'yiithings\devkit\Module',
],
],
]
Use console:
$ ./yii devkit/ide-helper
$ ./yii devkit/schema-create
$ ./yii devkit/schema-drop