rocketfirm/yii2-migration-generator

Generates yii2 migrations from database

dev-master 2016-07-28 08:11 UTC

This package is auto-updated.

Last update: 2024-04-23 01:29:58 UTC


README

Installation

Preferred way to install is through composer

composer require rocketfirm/yii2-migration-generator

Usage

Add following line of code to your main-local.php config file

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