yusufjonc07/yii2-miggen2

Generate migration files by exsisting tables' schema

Maintainers

Package info

github.com/yusufjonc07/miggen2

Issues

Type:yii2-extension

pkg:composer/yusufjonc07/yii2-miggen2

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

dev-main 2024-12-08 14:24 UTC

This package is not auto-updated.

Last update: 2026-03-15 20:43:17 UTC


README

Generate migration files by exsisting tables' schema

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist yusufjonc07/yii2-miggen2 "*"

or add

"yusufjonc07/yii2-miggen2": "*"

to the require section of your composer.json file.

Usage

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

<?= \yusufjonc07\miggen2\AutoloadExample::widget(); ?>```