Installation in Laravel 5+

Install this package with composer:

composer require "laravel-doctrine/migrations"

After updating composer, add the ServiceProvider to the providers array in config/app.php

LaravelDoctrine\Migrations\MigrationsServiceProvider::class,

To publish the config use:

php artisan vendor:publish --tag="config"