我无法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 serve和php -S localhost:8000 -t public并且展位不起作用。