You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
We are getting issues as we use a cache driver that does not support a file or database cache driver.
BadMethodCallException · This cache store does not support tagging.
.....
$userActivity->uniqid = request()->token;
}
$location = geoip()->getLocation();
$browser = new \Sinergi\BrowserDetector\Browser();
$userActivity->updated_at = date('Y-m-d H:i:s');
.....
Perhaps a good idea to add a note to the README on this? We will look into Redis or Memcached.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are getting issues as we use a cache driver that does not support a file or database cache driver.
Perhaps a good idea to add a note to the README on this? We will look into Redis or Memcached.
The text was updated successfully, but these errors were encountered: