This document provides help to get your Laravel 9 instance running with the latest versions of Laravel Mix and Font Awesome. Steps Before triggering Laravel Mix, we want Node.js and NPM installed on your machine. Let’s check by running the following commands. node -v
npm -v Install Node dependencies for Laravel…