demi/yii2-gii-migrations-gui

Generate Yii2 database migrations in the gii interface

Installs: 39

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/demi/yii2-gii-migrations-gui

1.0.0 2016-03-13 07:27 UTC

This package is auto-updated.

Last update: 2025-09-28 00:24:30 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