码迷,mamicode.com
首页 > 系统相关 > 详细

This cache store does not support tagging.

时间:2018-08-23 19:25:29      阅读:443      评论:0      收藏:0      [点我收藏+]

标签:class   env   pos   color   epo   pac   mil   file   exception   

用户权限管理系统

https://github.com/Zizaco/entrust

再添加角色的时候... 报了一个错..

    BadMethodCallException in Repository.php line 391:
    This cache store does not support tagging.

应该是这个包里 有个地方用了 laravel 的cache,默认的cachefile

.env 里的 CACHE_DRIVER 改成

CACHE_DRIVER=array

However,That‘s OK

最近在使用 Zizaco\Entrust 这个权限包...

再添加角色的时候... 报了一个错..

    BadMethodCallException in Repository.php line 391:
    This cache store does not support tagging.

应该是这个包里 有个地方用了 laravel 的cache,默认的cachefile

.env 里的 CACHE_DRIVER 改成

CACHE_DRIVER=array

ok!

This cache store does not support tagging.

标签:class   env   pos   color   epo   pac   mil   file   exception   

原文地址:https://www.cnblogs.com/lxwphp/p/9525147.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!