phinx-laravel-style maintained by vovanmix
Description
Extension on top of Phinx to make migrations in Laravel 5 style with good IDE support
Author
Last update
2016/08/22 06:10
(dev-master)
License
Downloads
118
Tags
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