Skip to main content

CacheCheck

IfThen....
Cannot read/write to Laravels cache🚨 Fail

👀 View source on Github

Custom cache driver​

By default, this check will use the default cache driver in your application's config. If you want to check a different cache driver, you can change the driver like so:

<?php

CacheCheck::make()->driver('redis');