最近在使用 Zizaco\Entrust 这个权限包...
再添加角色的时候... 报了一个错..
BadMethodCallException in Repository.php line 391:
This cache store does not support tagging.
应该是这个包里 有个地方用了 laravel 的cache,默认的cache是file
把.env 里的 CACHE_DRIVER 改成
CACHE_DRIVER=array
ok!
当你能力不能满足你的野心的时候,你就该沉下心来学习