DEV Community

Discussion on: Easier icons in your Laravel Blade templates

Collapse
 
mrteeceehun profile image
mrteeceehun

Just ran into the same thing.
The issue is that the referenced webfonts in Font-Awesome CSS cannot be found, so you'll need to copy those with Laravel Mix like:

mix.copy('vendor/components/font-awesome/webfonts', 'public/webfonts');