我正在编辑CSS文件,但是在laravel视图中没有反映或更新任何更改。 我尝试了以下方法: -
php artisan view:clear
artisan clear-compiled
php artisan cache:clear
我还在storage \ framework \ views中手动删除了缓存文件。 多次刷新浏览器=> ctrl + F5
答案 0 :(得分:0)
我遇到了同样的问题,但是我尝试在其版本中添加time()并成功了! 例如:
<link rel="stylesheet" type="text/css" href="{{asset('css/style.css?v=').time()}}">