The Mix manifest does not exist. (View: C:\laragon\www\fc\resources\views\layouts\_head.blade.php)


複製舊專案時出現這個錯誤
但是 public 裡面明明就有 mix-manifest.json
後來發現是舊專案 _head.php 裡面有使用一些沒用到的檔案

<link rel="stylesheet" href="{{mix('css/vuetify.css','prod')}}" />
<link rel="stylesheet" href="{{mix('css/global.css','prod')}}" />

錯誤訊息是說 mix-manifest 裡面找不到對應的檔案,而不是沒有 mix-manifest

laravel-mix 中文文檔








你可能感興趣的文章

實作 PHP API & 留言板 SPA (番外篇:實作載入更多功能)

實作 PHP API & 留言板 SPA (番外篇:實作載入更多功能)

The introduction and difference between class component and function component in React

The introduction and difference between class component and function component in React

延續上一篇:建立分頁元件與modal元件

延續上一篇:建立分頁元件與modal元件






留言討論