blumster/yii2-gii-migration-designer

Migration designer extension for Yii 2 Gii module

Maintainers

Package info

github.com/Blumster/yii2-gii-migration-designer

Type:yii2-extension

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

Statistics

Installs: 3 781

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

0.2.0 2016-09-12 12:27 UTC

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