AdenFraser / LaravelBulkMigrations by AdenFraser

Laravel Artisan command(s) for bulk running migrations
13
0
2
Package Data
Maintainer Username: AdenFraser
Maintainer Contact: aden@jacobbailey.com (Aden Fraser)
Package Create Date: 2015-07-03
Package Last Update: 2015-07-10
Language: PHP
License: MIT
Last Refreshed: 2024-04-12 03:00:13
Package Statistics
Total Downloads: 13
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

LaravelBulkMigrations

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!