Looking to hire Laravel developers? Try LaraJobs

phinx-laravel-style maintained by vovanmix

Description
Extension on top of Phinx to make migrations in Laravel 5 style with good IDE support
Last update
2016/08/22 06:10 (dev-master)
License
Downloads
118

Comments
comments powered by Disqus

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