Download the PHP package illuma-law/healthcheck-migration without Composer
On this page you can find all versions of the php package illuma-law/healthcheck-migration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download illuma-law/healthcheck-migration
More information about illuma-law/healthcheck-migration
Files in illuma-law/healthcheck-migration
Package healthcheck-migration
Short Description Focused migration backlog health check for Spatie's Laravel Health package.
License MIT
Homepage https://github.com/illuma-law/healthcheck-migration
Informations about the package healthcheck-migration
Healthcheck migration for Laravel
A focused migration backlog health check for Spatie's Laravel Health package.
This package provides a simple, direct health check to verify that your application's database migrations are up to date.
Features
- Pending Migration Check: Automatically detects if there are any pending database migrations that haven't been run yet.
- Migration Count: Reports the exact number of pending migrations in the health summary and meta data.
- Detailed Meta: Lists a sample of pending migration filenames for easier debugging via JSON endpoints.
Installation
Require this package with composer:
Usage & Integration
Register the check inside your application's health service provider (e.g. AppServiceProvider or a dedicated HealthServiceProvider), alongside your other Spatie Laravel Health checks:
Basic Registration
Expected Result States
The check interacts with the Spatie Health dashboard and JSON endpoints using these states:
- Ok: All database migrations have been successfully applied.
- Failed: One or more database migrations are pending.
Testing
Run the test suite:
License
The MIT License (MIT). Please see License File for more information.
All versions of healthcheck-migration with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^11.0||^12.0||^13.0
illuminate/database Version ^11.0||^12.0||^13.0
illuminate/support Version ^11.0||^12.0||^13.0
spatie/laravel-health Version ^1.39