import fontawesome
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css";
import fontawesome
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css";
webpack font awesome
// implementing font awesome 5 (fa5) in symfony 4+ applications using webpack
// firstly install fontawesome. Run `yarn add @fortawesome/fontawesome-free` on your terminal.
//Then you simply require all.css and all.js in your app.js file.
// Incase it's not clear which app.js file I'm referring to here,
// you can find the app.js file in the app-root/assets/js directory.
import '@fortawesome/fontawesome-free/js/all.js';
import '@fortawesome/fontawesome-free/css/all.css';
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us