spatie/laravel-health
Monitor your Laravel app’s health by registering checks (disk space, etc.) with warning/fail thresholds. Get notified via mail or Slack when checks degrade, and extend with custom checks for proactive alerting.
If you only want to trigger the results by visiting the HTTP or JSON endpoints, you may opt to not store any results at all.
In the health config file, you should configure health_stores key like this:
return [
'result_stores' => [
Spatie\Health\ResultStores\InMemoryHealthResultStore::class,
],
How can I help you explore Laravel packages today?