2017 © Pedro Peláez
 

library yii2-migration-generator

Generates yii2 migrations from database

image

rocketfirm/yii2-migration-generator

Generates yii2 migrations from database

  • Thursday, July 28, 2016
  • by naffiq
  • Repository
  • 3 Watchers
  • 2 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Yii2 Migratraion Generator

Installation

Preferred way to install is through composer, (*1)

composer require rocketfirm/yii2-migration-generator

Usage

Add following line of code to your main-local.php config file, (*2)

$config['modules']['gii']['generators']['sanzhikee-gii-migration'] = 'rocketfirm\generator\migration\Generator';

The Versions

28/07 2016

dev-master

9999999-dev

Generates yii2 migrations from database

  Sources   Download

MIT

The Requires

 

by sanzhikee