blumster / yii2-gii-migration-designer
Migration designer extension for Yii 2 Gii module
Package info
github.com/Blumster/yii2-gii-migration-designer
Type:yii2-extension
pkg:composer/blumster/yii2-gii-migration-designer
0.2.0
2016-09-12 12:27 UTC
Requires
- php: >=5.4.0
- yiisoft/yii2: ~2.0
- yiisoft/yii2-bootstrap: ~2.0
- yiisoft/yii2-gii: ~2.0
This package is not auto-updated.
Last update: 2026-03-29 02:43:18 UTC
README
Design the database structure and generate migrations from the designed model
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require-dev --prefer-dist blumster/yii2-gii-migration-designer "*"
or add
"blumster/yii2-gii-migration-designer": "*"
to the require-dev section of your composer.json file.
Usage: After install, you can find it in the gii module