Category Laravel

Laravel Link Active Class Routes Example

Laravel Link Active Class Routes Example

In this section, we’ll explore how to use the active class for links in Laravel. We’ll demonstrate how to indicate active link routes in Laravel using Tailwind CSS and Bootstrap 5. Example 1 A simple way to add an active…

Laravel Email Verification with Laravel UI

Laravel Email Verification with Laravel UI

In this tutorial, we’ll demonstrate how to enable email verification using the Laravel UI package. Laravel UI simplifies authentication scaffolding, providing a straightforward UI that’s easy to install. If you’re using Bootstrap UI, this package is a great choice. Step…

How to Create Post Like and unlike Button in Laravel

Post Like and unlike Button in Laravel

In this section, we will create like and unlike buttons for posts in Laravel. For this tutorial, we will use Laravel along with the rtconner/laravel-likeable package. For authentication, we will use Laravel Breeze. Step 1: Create Laravel Project Installing a fresh…

How to Add Dark Mode in Laravel 9 with Tailwind CSS

Add Dark Mode in Laravel 9

In this section, we’ll implementing dark mode in Laravel 9 using Tailwind CSS and Alpine.js. We’ll leverage Laravel Breeze, which comes pre-packaged with Tailwind CSS and Alpine.js. Alternatively, Laravel Jetstream can also be used. Initially, we’ll install Tailwind CSS with…