Not storing results 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, ], In the database General Help us improve this page