Level 88
This might help you out: https://gist.github.com/karlhillx/5e3bb4892fe18b61b644798751c7ba35
Hi,
can someone help me with including font awesome. Which is loading from wrong path?
Font works well in views which are located in resources/views, it loads from
public / fonts / vendor / @ fortawesome / fontawesome-free /
That is okay and works!
But in subfolders like views / admin, or views / public font awesome tryes to load from url
public / ADMIN / fonts / vendor / @ fortawesome / fontawesome-free /
Other resources like css, images, javascript works fine, but fontawesome adds the subfolder to its URL and could not load (cause the URL is oviusly wrong)
Please or to participate in this conversation.