zoukankan      html  css  js  c++  java
  • This cache store does not support tagging.

    用户权限管理系统

    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!

  • 相关阅读:
    多线程
    集合与文件操作
    Net基础复习
    form表单
    html的常用标签和属性
    C#泛型与linq
    2020 年度总结 & OI 生涯感想——当年酒狂自负
    TODO-List
    Attention Points
    THUWC2020 游记
  • 原文地址:https://www.cnblogs.com/lxwphp/p/15454033.html
Copyright © 2011-2022 走看看