yiimaker/yii2-gii-migration

Yii2 Gii Migration

Installs: 3 731

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 3

Forks: 1

Open Issues: 0

Type:yii2-extension

1.1.0 2017-09-11 12:39 UTC

This package is auto-updated.

Last update: 2024-10-14 04:28:36 UTC


README

Migration generator for Gii


Total Downloads Latest Stable Version Latest Unstable Version

Installation

Install package

Run command

composer require yiimaker/yii2-gii-migration

or add

"yiimaker/yii2-gii-migration": "~1.0"

to the require section of your composer.json.

Usage

Configure generator in Gii module configuration

'modules' => [
    'gii' => [
        // ...
        'generators' => [
            // ...
            'migration' => [
                'class' => \ymaker\gii\migration\Generator::class,
            ],
        ],
    ],
],

Fields

License

License

This project is released under the terms of the BSD-3-Clause license.

Copyright (c) 2017, Yii Maker