yusufjonc07 / yii2-miggen2
Generate migration files by exsisting tables' schema
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:yii2-extension
This package is not auto-updated.
Last update: 2025-06-08 16:55:16 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(); ?>```