Yet another tool for migrations
Yet another tool for managing migrations.
curl -sS http://jiabin.github.io/migraine/installer | /bin/bash
Show all available commands
php migraine.phar
Migrate to the latest version
php migraine.phar migrate
Create a new migration
php migraine.phar create
Print version and exit
php migraine.phar -V
Issues and feature requests are tracked in the Github issue tracker.
First you need to install composer dependencies:
composer install
Now you can run migraine by:
./bin/migraine
To build a phar file you will need box
box build
Then you can launch the app by:
./migraine.phar