In this guide, I'll walk you through the steps to install Font Awesome in a Laravel app with Vite. This enables you to easily use a large collection of icons.
Series: Installing Laravel Assets Using Vite
In this guide, I'll show you how to install jQuery with Laravel's default build tool: Vite. This will add jQuery code while optimizing and minifying it.
In this step-by-step guide, I'll walk you through the process of adding Bootstrap to your Laravel project using Laravel's default build tool: Vite.
In this guide, I'll show you how to build TinyMCE with Vite. As a demo, we will create a minimal Laravel application and add a view with a functional TinyMCE.
In this guide, I'll show how to integrate custom JavaScript into Laravel using Vite. Using Vite will effectively bundle and optimize our code for browsers.