Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Caching

Pascal Boucher edited this page Jun 11, 2018 · 1 revision

Set the Cache

This is an optional feature

The client uses a Laravel Filesystem cache strategy by default.

You can override this with your preferred Laravel cache store:

Chatkit::setCache(Cache::store('redis'));
Clone this wiki locally