blumster/yii2-gii-migration-designer

Migration designer extension for Yii 2 Gii module

Installs: 3 711

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 1

Type:yii2-extension

pkg:composer/blumster/yii2-gii-migration-designer

0.2.0 2016-09-12 12:27 UTC

This package is not auto-updated.

Last update: 2025-10-26 00:40: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