yiithings / yii2-devkit
Developer helper kit for Yii2 framework
Installs: 68
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.5.0
- iiifx-production/yii2-autocomplete-helper: ^1.3
- jamband/yii2-schemadump: ^0.10.0
- yiisoft/yii2: *
- yiisoft/yii2-gii: ^2.0
Requires (Dev)
- composer/composer: ^1.6
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2024-10-19 10:09:57 UTC
README
Developer helper kit for Yii2 framework.
Features
Installation
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.
Usage
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