Laravel 8 - GET http://localhost:8000/css/app.css net::ERR_ABORTED 404(未找到)

Pau*_*eca 1 laravel laravel-8

我无法app.css在我的应用程序中使用 。每次服务器返回以下错误

获取 http://localhost:8000/css/app.css net::ERR_ABORTED 404(未找到)。

我使用刀片页面。

<link href="{{ asset('css/app.css') }}" rel="stylesheet">
Run Code Online (Sandbox Code Playgroud)

我尝试使用php artisan servephp -S localhost:8000 -t public并且展位不起作用。

小智 6

在服务器上运行你的项目之前试试这个确保编译 laravel-mix

npm install
Run Code Online (Sandbox Code Playgroud)

然后运行

npm run dev
Run Code Online (Sandbox Code Playgroud)

您面临错误,因为 app.css 尚未编译