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

339
0

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

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

#CACHE_DRIVER=file
CACHE_DRIVER=redis

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注