Laravel cache store does not support tagging

前端 未结 10 591
被撕碎了的回忆
被撕碎了的回忆 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:48

    Cache tags are not supported when using the file or database cache drivers. The Entrust package probably uses them somewhere. You should be ok if you change it to array, memcache or apc for example.

    https://laravel.com/docs/5.2/cache#cache-tags

提交回复
热议问题