laravelbulkmigrations maintained by adenfraser
Description
Laravel Artisan command(s) for bulk running migrations
Author
Last update
2015/07/10 13:23
(dev-master)
License
Downloads
13
Tags
LaravelBulkMigrations
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!