adenfraser / laravelbulkmigrations
Laravel Artisan command(s) for bulk running migrations
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/adenfraser/laravelbulkmigrations
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2025-09-18 20:55:48 UTC
README
Artisan command which allows the bulk running of a list of migrations (specified in a config file)
- Add the Service Provider to your App Config:
AdenFraser\LaravelBulkMigrations\LaravelBulkMigrationsServiceProvider
- Run the command
php artisan config:publish adenfraser/laravelbulkmigrations
- Setup your migrations configuration (and environment configurations if required)
Happy Migrating!