This cache store does not support tagging.

2022-07-08 08:30:09 浏览数 (1)

用户权限管理系统

https://github.com/Zizaco/entrust

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

代码语言:javascript复制
    BadMethodCallException in Repository.php line 391:
    This cache store does not support tagging.

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

.env 里的 CACHE_DRIVER 改成

代码语言:javascript复制
CACHE_DRIVER=array

However,That‘s OK

最近在使用 ZizacoEntrust 这个权限包…

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

代码语言:javascript复制
    BadMethodCallException in Repository.php line 391:
    This cache store does not support tagging.

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

.env 里的 CACHE_DRIVER 改成

代码语言:javascript复制
CACHE_DRIVER=array

ok!

发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/112974.html原文链接:https://javaforall.cn

0 人点赞