LaravelPackages.net
Acme Inc.
Toggle sidebar
adenfraser/laravelbulkmigrations

Laravel Artisan command(s) for bulk running migrations

13
0
About adenfraser/laravelbulkmigrations

adenfraser/laravelbulkmigrations is a Laravel package for laravel artisan command(s) for bulk running migrations. It currently has 0 GitHub stars and 13 downloads on Packagist. Install it with composer require adenfraser/laravelbulkmigrations. Discover more Laravel packages by adenfraser or browse all Laravel packages to compare alternatives.

Last updated

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!

Comments