Laravel报错:This cache store does not support tagging.

338
0

Laravel在执行auth()->check()时,报错:This cache store does not support tagging.

解决办法:.env文件,修改CACHE_DRIVER=file为CACHE_DRIVER=redis即可。

#CACHE_DRIVER=file
CACHE_DRIVER=redis

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *