A Laravel package that adds Statamic-specific health checks on top of spatie/laravel-health.
composer require concept7/statamic-healthThe following checks are registered automatically:
- Git Lock — Detects the presence of
.git/index.lock, which indicates a stuck or failed Git process that would block Statamic's Git integration. - Duplicate IDs — Scans Statamic's Stache for entries sharing the same ID, which can cause unpredictable behaviour.
composer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.