Generate migration files for one table, comma separated list of tables, part of table name or all tables.
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.
Once the extension is installed, simply use it in your code by :
<?= \ddanielroche\migration\AutoloadExample::widget(); ?>```