Download the PHP package cmarfil/pending-migration-advisor without Composer
On this page you can find all versions of the php package cmarfil/pending-migration-advisor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cmarfil/pending-migration-advisor
More information about cmarfil/pending-migration-advisor
Files in cmarfil/pending-migration-advisor
Package pending-migration-advisor
Short Description Laravel pending migrations advisor.
License MIT
Homepage https://github.com/cmarfil/laravel-pending-migrations-advisor
Informations about the package pending-migration-advisor
Laravel 5 pending migration advisor
Simple Laravel pending migrations advisor, display a warning popup when are pending migrations to run.
For Laravel 4, please use the L4 branch!
Installation
-
Begin by installing this package through Composer. Edit your project's composer.json file to require-dev cmarfil/pending-migration-advisor.
- Add
'Cmarfil\PendingMigrationAdvisor\PendingMigrationAdvisorServiceProvider'
toproviders
inapp/config/app.php
.
Configuration
Open app/config/pending-migration-advisor.php
to adjust package configuration.
If this file doesn't exist, run:
Migrations path
Specify the migrations path ( normally database/migrations )
Enabled
Enable or disable the advisor
Finally
Contributing
Feel free to create a fork and submit a pull request if you would like to contribute.
Bug reports
Raise an issue on GitHub if you notice something broken.
Credits
Html popup injection based on: https://github.com/barryvdh/laravel-debugbar