js/app/js 文件 net::ERR_ABORTED 404(未找到)

Jam*_*ila 6 javascript php mysql laravel-5

我正在 中设置身份验证laravel5,但在我的网页上 js不起作用css

<script src="{{ asset('js/app.js') }}"></script>
Run Code Online (Sandbox Code Playgroud)

获取http://127.0.0.1:8000/js/app.js net::ERR_ABORTED 404(未找到)

小智 7

这个问题发生在我身上,但是在 Laravel 6 中,我用这种方式解决了它

composer require laravel/ui
php artisan ui vue --auth  //you can use vue boostrap --auth is to add the login paths and 
                      register
npm install
npm run dev
Run Code Online (Sandbox Code Playgroud)

抱歉,如果我的英语写得不好