Answers for "GET http://localhost:8000/js/app.js net::ERR_ABORTED 404 (Not Found) in laravel 6"

0

GET http://localhost:8000/js/app.js net::ERR_ABORTED 404 (Not Found) in 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
Posted by: Guest on September-09-2020

Code answers related to "GET http://localhost:8000/js/app.js net::ERR_ABORTED 404 (Not Found) in laravel 6"

Code answers related to "Javascript"

Browse Popular Code Answers by Language