Detecting and Fixing Race Conditions in Laravel Applications
Learn how to identify race conditions in your Laravel MongoDB applications and fix them using atomic operations
All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.
Learn how to identify race conditions in your Laravel MongoDB applications and fix them using atomic operations
The story behind LaraCopilot, an AI-powered tool designed to generate full Laravel MVP applications from a single prompt.
Laravel 12.54.0 adds Model::withoutRelation() for selectively unloading relations, interval() on InteractsWithData, BinaryFileResponse assertion support, and a composite index on the jobs table for queue polling performance.
Laracon AU will return to Brisbane, Australia on November 4-6, 2026, bringing the Laravel community together once again.
The new Laravel Community mobile app helps developers discover local Laravel events, get notifications for meetups, and connect with other community members.
Spatie/crawler is a PHP package for crawling websites concurrently using Guzzle promises, with closure callbacks, typed response objects, scope controls, and built-in testing support.
Tyro Checkpoint is a simple Laravel package that provides Git-like checkpoint functionality for your SQLite database during local development.
Serve markdown versions of your HTML pages to AI agents and bots
A clean API for working with PHP attributes
Inertia v3.0.0 beta ships a built-in XHR HTTP client, a new useHttp hook, optimistic updates, instant visits, URL fragment preservation, and drops support for React <19, Svelte 4, and CommonJS builds.