Built by a Developer. Written for Developers.

Simple and practical articles on PHP, Laravel, and Backend Web Development. From Laravel functionality and PHP packages to coding tips and dev tools — whether you’re just starting out or leveling up, no fluff, just code that works.

Latest posts

Using Laravel Named Routes in JavaScript with Ziggy

Using Laravel Named Routes in JavaScript with Ziggy

If you’ve been working with Laravel named routes in JavaScript, you already know the pain. You…

Read More
Spatie Laravel Health: Laravel Health Dashboard

Spatie Laravel Health: Laravel Health Dashboard

It was a Tuesday afternoon. A client pinged me saying users weren’t receiving welcome emails —…

Read More
Laravel Eager Loading: End N+1 Queries for Good

Laravel Eager Loading: End N+1 Queries for Good

If you have ever built a Laravel app that felt fast during development but crawled in production — L…

Read More
How to Create Laravel Custom Artisan Commands to Automate

How to Create Laravel Custom Artisan Commands to Automate

If you’ve been working with Laravel for a while, you already know about Laravel Custom Artisan…

Read More
Laravel Volt & Livewire 3: Build Powerful Pages Made Simple

Laravel Volt & Livewire 3: Build Powerful Pages Made Simple

If you’ve been building Laravel apps and dreading the moment someone says “make it dynam…

Read More
Laravel PDF Generation Made Easy with laravel-dompdf

Laravel PDF Generation Made Easy with laravel-dompdf

Your client just pinged you. They want downloadable invoices by end of the week. You open a new tab,…

Read More
Laravel Macros: Extend Classes Without Touching Core

Laravel Macros: Extend Classes Without Touching Core

Most developers spend months working with Laravel before they stumble upon Laravel Macros — and when…

Read More
How to Auto-Generate XML Sitemap in Laravel with Spatie

How to Auto-Generate XML Sitemap in Laravel with Spatie

Be honest — when you shipped your last Laravel project, did you set up a sitemap? Or did you tell yo…

Read More
Laravel Collections: The Better Alternative to Foreach Loops

Laravel Collections: The Better Alternative to Foreach Loops

If you’ve been writing Laravel for more than a few months, you’ve probably written somet…

Read More
Laravel Schedule Monitor: Know When Your Scheduled Tasks Stop Running

Laravel Schedule Monitor: Know When Your Scheduled Tasks Stop Running

Picture this. You set up a daily database backup task six months ago. It ran perfectly during testin…

Read More
Laravel API Resources: Build Better JSON APIs Fast

Laravel API Resources: Build Better JSON APIs Fast

Let me guess. You built an API endpoint, tested it in Postman, and just returned the Eloquent model …

Read More
I Tested Laravel Octane vs PHP-FPM — Crazy Results 2026

I Tested Laravel Octane vs PHP-FPM — Crazy Results 2026

Let me be honest with you: I didn’t understand why everyone was obsessing over Laravel Octane …

Read More
1 2 3 5