Technical Tutorials & Playbooks

The Technical Logbook

Zero filler articles. Just real production notes, deployment playbooks, and database solutions written directly from the developer seat.

How to implement Database Notifications in Laravel FilamentPHP V3?

In this tutorial, I’ll walk you through setting up database notifications using Filament in your Laravel application. We’ll cover how to send notifications and configure real-time updates. Step 1: Install Notifications Require the Notifications package using Composer: Run the following command to install the Notifications package assets: Step 2: Implement Notification Use the Filament\Notifications\Notification class to create […]

2 min read Read Guide

How to Add User Profile Picture in Laravel FilamentPHP V3?

I was working on a project in Laravel using FilamentPHP v3 and decided to write this article to share how simple it is to add a user profile picture feature and display it as an avatar. Let’s dive in! 1. Add/Update Profile picture option: Step 1: Update Your Database First, we need to add a […]

3 min read Read Guide
Splide JS Product Thumbnail Slider/Carousel on hover or mouseenter event

How to create image slider with thumbnail?

Are you looking to enhance your product gallery with a sleek and interactive slider? Look no further! In this tutorial, I’m going to use Splide JS Slider/Carousel that offers a dynamic way to showcase your products. Extra: I’ll also show you how you can automatically highlight the active slide when you hover over its thumbnail. […]

3 min read Read Guide