Migraine

Yet another tool for migrations

View the Project on GitHub jiabin/migraine

Migraine

Yet another tool for managing migrations.

Install

curl -sS http://jiabin.github.io/migraine/installer | /bin/bash

Screencast

Quick start

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

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

Build

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