I have a project and I honestly do not know what I did differently, but at the time of opening it, out of nowhere all images, files css
and javascript
are not being referenced.
I'm using laravel
, and referencing it as follows:
<link href="{{ asset('/css/bootstrap.css') }}" rel="stylesheet">
When I open the browser console, I find an error for each image, file css
or javascript
, of type:
Failed to load resource: the server responded with a status of 404 (Not Found) link
The files are inside the projeto/laravel/public
folder, how it should be and how it always worked.
I've tried to go back to previous versions in git
but it does not help.
I've tried another computer but also no results.
Does anyone have any idea what it might be?