用户权限管理系统

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!

相关文章:

  • 2021-08-11
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
  • 2022-01-11
  • 2022-01-18
  • 2022-02-26
猜你喜欢
  • 2021-07-22
  • 2022-12-23
  • 2022-12-23
  • 2021-04-17
  • 2022-02-13
  • 2021-04-17
相关资源
相似解决方案