2017 © Pedro Peláez
 

library laravelbulkmigrations

Laravel Artisan command(s) for bulk running migrations

image

adenfraser/laravelbulkmigrations

Laravel Artisan command(s) for bulk running migrations

  • Friday, July 10, 2015
  • by AdenFraser
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

LaravelBulkMigrations

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

  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!, (*2)

The Versions

10/07 2015

dev-master

9999999-dev https://github.com/AdenFraser/LaravelBulkMigrations

Laravel Artisan command(s) for bulk running migrations

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

laravel migrations artisan