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
Requires
- php: >=5.4.0
- robmorgan/phinx: ~0.6.0
- vlucas/phpdotenv: ^2.2
This package is not auto-updated.
Last update: 2024-11-19 23:50: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