0712-2888027 189-8648-0214
微信公眾號(hào)

孝感風(fēng)信網(wǎng)絡(luò)科技有限公司微信公眾號(hào)

當(dāng)前位置:主頁 > 技術(shù)支持 > PHP > 解決BadMethodCallException with message 'This cache store does not support tagging.'錯(cuò)誤

解決BadMethodCallException with message 'This cache store does not support tagging.'錯(cuò)誤

時(shí)間:2024-09-20來源:風(fēng)信官網(wǎng) 點(diǎn)擊: 894次
測試laravel torann/geoip擴(kuò)展包,運(yùn)行tinker測試,報(bào)錯(cuò)如下:
 
BadMethodCallException with message 'This cache store does not support tagging.'
 
根據(jù)提示信息我們判斷應(yīng)該是cache的配置問題
 
把.env 里的 CACHE_DRIVER 改成
 
將代碼:
 
CACHE_DRIVER=file
 
修改為:
 
CACHE_DRIVER=array
 
清理緩存
 
php artisan cache:clear
 
重新測試結(jié)果正常。
熱門關(guān)鍵詞: BadMethodCallException message cache store
欄目列表
推薦內(nèi)容
熱點(diǎn)內(nèi)容
展開