0712-2888027 189-8648-0214
微信公眾號

孝感風信網(wǎng)絡科技有限公司微信公眾號

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

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

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