Install this package with the composer:
composer require "laravel-doctrine/migrations:1.0.*"
After updating composer, add the ServiceProvider to the providers array in config/app.phpLaravelDoctrine\Migrations\MigrationsServiceProvider::class,
To publish the config use:php artisan vendor:publish --tag="config"