adenfraser/laravelbulkmigrations

Laravel Artisan command(s) for bulk running migrations

dev-master 2015-07-10 11:23 UTC

This package is auto-updated.

Last update: 2024-10-18 18:56:59 UTC


README

Artisan command which allows the bulk running of a list of migrations (specified in a config file)

  1. Add the Service Provider to your App Config: AdenFraser\LaravelBulkMigrations\LaravelBulkMigrationsServiceProvider
  2. Run the command php artisan config:publish adenfraser/laravelbulkmigrations
  3. Setup your migrations configuration (and environment configurations if required)

Happy Migrating!