vovanmix / phinx-laravel-style by vovanmix

Extension on top of Phinx to make migrations in Laravel 5 style with good IDE support
115
0
2
Package Data
Maintainer Username: vovanmix
Maintainer Contact: singingcode@gmail.com (Vladimir Mikhaylovskiy)
Package Create Date: 2016-08-16
Package Last Update: 2016-08-22
Language: PHP
License: MIT
Last Refreshed: 2024-04-22 15:00:50
Package Statistics
Total Downloads: 115
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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