ddroche/yii2-migration-generator

Generate migration files for one table, comma separated list of tables, part of table name or all tables.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 29

Type:yii2-extension

v1.0.2 2018-03-21 20:28 UTC

This package is auto-updated.

Last update: 2024-03-29 03:50:49 UTC


README

Generate migration files for one table, comma separated list of tables, part of table name or all tables.

build status

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist ddanielroche/yii2-migration-generator "*"

or add

"ddanielroche/yii2-migration-generator": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \ddanielroche\migration\AutoloadExample::widget(); ?>```