In the cache When using the Spatie\Health\ResultStores\CacheHealthResultStore result store the latest check results will be written to the cache. In the health config file, the store can be configured in the health_stores key like this: return [ 'result_stores' => [ CacheHealthResultStore::class => [ 'store' => 'file', ], ], The store key can be set to any of the stores you configured in config/cache.php. As JSON In the database Help us improve this page