I'm making a website with Laravel
.
But when I add the icon library Font-Awesome
, the iconos
do not come out and I get this error in console:
What can be the error?
The css
and the fonts
are inside the folder public
The flames at css
I do it like this:
<link rel="stylesheet" href="http://localhost/admin/public/css/font-awesome.min.css">