Download the PHP package stechstudio/laravel-locking-migrations without Composer
On this page you can find all versions of the php package stechstudio/laravel-locking-migrations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download stechstudio/laravel-locking-migrations
More information about stechstudio/laravel-locking-migrations
Files in stechstudio/laravel-locking-migrations
Download stechstudio/laravel-locking-migrations
More information about stechstudio/laravel-locking-migrations
Files in stechstudio/laravel-locking-migrations
Vendor stechstudio
Package laravel-locking-migrations
Short Description Ensure only one server runs migrations at a time
License MIT
Homepage https://github.com/stechstudio/laravel-locking-migrations
Package laravel-locking-migrations
Short Description Ensure only one server runs migrations at a time
License MIT
Homepage https://github.com/stechstudio/laravel-locking-migrations
Keywords laravellaravel-locking-migrations
Please rate this library. Is it a good library?
Informations about the package laravel-locking-migrations
Locking migrations for Laravel
If your app deployment process deploys to multiple instances at the same time, and each of those attempts to run migrations, you can run into problems.
This package adds a --lock
option to the php artisan migrate
command, which will ensure only one server runs migrations at a time.
Installation
Via Composer
Usage
In your composer.json post-install-cmd
hook (or wherever you are running migrations during deploy) simply add the --lock
option.
All versions of laravel-locking-migrations with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
~5|~6
The package stechstudio/laravel-locking-migrations contains the following files
Loading the files please wait ....