vovanmix/phinx-laravel-style

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

v0.4 2016-08-22 04:10 UTC

This package is not auto-updated.

Last update: 2024-04-23 21:06:55 UTC


README

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