Skip to content

Instantly share code, notes, and snippets.

View AnwarKamel's full-sized avatar
🎯
Focusing

Anwar Kamel Ouail AnwarKamel

🎯
Focusing
View GitHub Profile
@AnwarKamel
AnwarKamel / font-awesome-and-laravel.md
Created April 3, 2020 15:14 — forked from levlaz/font-awesome-and-laravel.md
How To Use Font Awesome With Laravel

For some reason there is a whole thread on this seemingly simple tasks. In a bootstrapped Laravel 5.4 instance the following worked for me.

Install Font Awesome with NPM

npm install font-awesome

Import font-awesome in your app.scss file