blumster/yii2-gii-migration-designer

Migration designer extension for Yii 2 Gii module

0.2.0 2016-09-12 12:27 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:40:11 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