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

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

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

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

時間:2024-09-17來源:風信官網(wǎng) 點擊: 891次
測試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
 
重新測試結果正常。
欄目列表
推薦內容
熱點內容
展開