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

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
Laravel 13: What’s New

Laravel 13: What’s New and Improvements Over Laravel 12

If you’ve been building web applications with Laravel, you know that feeling when a new major …

Read More
Laravel Reverb — Build Real-Time Features in Laravel Without Third-Party Services

Laravel Reverb: The Smarter Way to Go Real-Time

The Story That Made Me Ditch Pusher Forever Laravel Reverb changed the way I build real-time feature…

Read More
Laravel Media Library File Upload Made Simple

Laravel Media Library File Upload Made Simple

You’ve done it. We’ve all done it. Created a /public/uploads folder, thrown some files i…

Read More
Laravel Service Classes — The Fix You Actually Need

Laravel Service Classes — The Fix You Actually Need

You’ve been there. You open a controller file and scroll… and scroll… and keep scrolling. 400 …

Read More
Laravel Roles & Permissions Made Simple With spatielaravel-permission

spatie/laravel-permission – Laravel Roles & Permissions Made Easy

If you’ve been building Laravel apps for a while, you’ve probably hit that point where y…

Read More
Build API Filters Without Writing a Single If Statement — spatielaravel-query-builder

Laravel API Filters With spatie/laravel-query-builder

You’ve been there. A product API needs filtering. Simple enough. You open the controller, writ…

Read More
openai-php/laravel — Add AI Features to Your Laravel App

openai-php/laravel — Add AI Features to Your Laravel App

We have all been there recently. A client calls you up, completely energized. They just saw a flashy…

Read More
Laravel Model Observers — Stop Putting Logic in Controllers

Laravel Model Observers — Stop Putting Logic in Controllers

Laravel Model Observers are one of the most powerful — and most overlooked — features in the Laravel…

Read More
Laravel Auditing — Track Every Change in Your Database Automatically

Laravel Auditing — Track Every Database Change in Laravel

The Problem Nobody Talks About (Until It’s Too Late) Laravel Auditing is one of those things y…

Read More
1 2 3 4