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

336
0

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

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

#CACHE_DRIVER=file
CACHE_DRIVER=redis

Leave a Reply

Your email address will not be published. Required fields are marked *