vovanmix/phinx-laravel-style

Extension on top of Phinx to make migrations in Laravel 5 style with good IDE support

Downloads

115

Stars

0

Version

v0.4

Init after the first installation:

cp ./vendor/vovanmix/phinx-laravel-style/src/phinx-settings.php ./phinx.php

Generate migration:

php vendor/bin/phinx create --class=default MyNewMigration

Migrate:

php vendor/bin/phinx migrate

Rollback:

php vendor/bin/phinx rollback
vovanmix

Author

vovanmix