blumster / yii2-gii-migration-designer
Migration designer extension for Yii 2 Gii module
Installs: 3 629
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 1
Type:yii2-extension
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: 2025-01-04 20:25:51 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