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
Requires
- kartik-v/yii2-widget-select2: ^2.0
- yiisoft/yii2: ^2.0.6
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-29 05:22:35 UTC
README
Generate migration files for one table, comma separated list of tables, part of table name or all tables.
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(); ?>```