此缓存存储不支持使用 Laravel 8 进行标记

This cache store does not support tagging with Laravel 8

每次当我尝试在我的 laravel 应用程序上进行身份验证(默认 laravel 身份验证)时,当我提交表单时,我会遇到此错误:

BadMethodCallException This cache store does not support tagging.

我需要刷新我的浏览器,它工作得很好!我不知道为什么或找不到错误

而且我注意到能够找到发生这种情况的原因!这是错误的 link https://flareapp.io/share/xmN6A88m#F82

我用PHP8 / Laravel 8 / JetStream

感谢您的帮助

不要将缓存驱动程序设置为 .env 文件中的文件,而是设置为:

CACHE_DRIVER=array

设置为 Redis 也可能有效