Laravel cache store does not support tagging

前端 未结 10 602
被撕碎了的回忆
被撕碎了的回忆 2020-12-15 04:24

I am getting this error since I installed Zizaco\\Entrust on my Authentication Routes.

BadMethodCallException: This cache store does not sup         


        
10条回答
  •  不知归路
    2020-12-15 04:39

    My solution was to change in cache.php the following line from "file" to "array" as well:

    'default' => env('CACHE_DRIVER', 'array')
    

    Hope it helps!

提交回复
热议问题