dimanche 21 juin 2020

Including external css and JS files in Laravel 5

I have made a programme using JavaScript and some styling using CSS I wish now to add a login system to make it more secure. I have made the login system using Laravel 5. The issue I am having is when I import the files. I am getting this error:

http://127.0.0.1:8000/js/jquery-3.5.1.min.js net::ERR_ABORTED 404 (Not Found)

for all of my JavaScript and CSS files. All of my JS and CSS files are in the views folder is this the correct place for them to be? or do I need to do something else?

Also, I have tried to use these:

<link rel="stylesheet" href="" />
<link rel="stylesheet" href="" />
<link rel="stylesheet" href="" />
<link rel="stylesheet" href="" />

They didn't work. I am guessing that the issue is a routing issue? Can someone help me to fix this?



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/311XuQT
via IFTTT

Aucun commentaire:

Enregistrer un commentaire