Download the PHP package caherrera/laravel-migrate-check without Composer
On this page you can find all versions of the php package caherrera/laravel-migrate-check. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download caherrera/laravel-migrate-check
More information about caherrera/laravel-migrate-check
Files in caherrera/laravel-migrate-check
Package laravel-migrate-check
Short Description A command to check for pending migrations. Exits with number of pending migrations if there are any
License MIT
Homepage https://github.com/caherrera/laravel-migrate-check
Informations about the package laravel-migrate-check
FORK
This is a fork from erjanmx/laravel-migrate-check
An artisan command to check for pending migrations. Exits with number of pending migrations if there are any
Laravel has a migrate:status
command to check status of migrations. But this command mostly for humans. There are situations where one needs to know whether to run migrations when using autodeployment, maybe with switching to maintenance mode.
This package contains a migrate:check
command that exits with number of pending migrations if there are any migrations to run.
Requirements
This command supports all database drivers that Laravel does.
Installation
You can install the package via composer:
Thanks to Laravel 5.5 package auto-discovery the migrate:check
command will be registered
Usage
You can specify database and path to migration file via options just like they are used in php artisan migrate
command
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
In order for the test to be run you should set up an empty mysql database laravel_migrate_check
. The username should be root
, the required password should be empty.
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.