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.
Category: Frontend
In this tutorial you'll learn how to add a custom Blade directive to your Laravel app and how to use it in your blade code.
Using @foreach Loops in Laravel Blade (Plus Common Questions)
This post shows how to list users with a @foreach loop in blade and answers FAQs on empty collections, counters, loop exits, key/value pairs, and odd/even rows.
In this blog post, you'll learn 4 ways to share common variables or data across all views without manually passing them to each view.
Alpine.JS is a popular lightweight JavaScript framework used to create interactive and reactive web interfaces. In this post, we will discuss four methods to easily add Alpine.JS to Laravel,...
In this article, I’ll show you four ways to include a CSS file in Laravel, directly from the public folder, via a CDN URL, and by using Vite or Laravel Mix.