0712-2888027 189-8648-0214
微信公众号

孝感风信网络科技有限公司微信公众号

当前位置:主页 > 技术支持 > PHP > 解决BadMethodCallException with message 'This cache store does not support tagging.'错误

解决BadMethodCallException with message 'This cache store does not support tagging.'错误

时间:2024-04-27来源:风信官网 点击: 719次
测试laravel torann/geoip扩展包,运行tinker测试,报错如下:
 
BadMethodCallException with message 'This cache store does not support tagging.'
 
根据提示信息我们判断应该是cache的配置问题
 
把.env 里的 CACHE_DRIVER 改成
 
将代码:
 
CACHE_DRIVER=file
 
修改为:
 
CACHE_DRIVER=array
 
清理缓存
 
php artisan cache:clear
 
重新测试结果正常。
栏目列表
推荐内容
热点内容
展开