demi/yii2-gii-migrations-gui

Generate Yii2 database migrations in the gii interface

1.0.0 2016-03-13 07:27 UTC

This package is auto-updated.

Last update: 2024-04-27 21:00:59 UTC


README

Generate yii2 database migrations in the gii interface

Installation

Run

php composer.phar require "demi/yii2-gii-migrations-gui" "~1.0"

or

Add to composer.json in your project

{
	"require": {
  		"demi/yii2-gii-migrations-gui": "~1.0"
	}
}

then run command

php composer.phar update

Configurations