PHP
Http::batch with hooks in Laravel 12.32
Laravel 12.32 introduces Http::batch, a clean way to send concurrent HTTP requests with lifecycle hooks for progress, success, failure, and finalization. Read more
Laravel 12.32 introduces Http::batch, a clean way to send concurrent HTTP requests with lifecycle hooks for progress, success, failure, and finalization. Read more
Brent Roose has written an excellent book. This time on his programming journey and the lessons learned along the way. It’s not too long, I personally read it in one sitting, and liked it very Read more…
A quick guide to the differences between npm ci and npm install. Read more
Laravel Notifications are one of my favourite parts of the framework. Read more
Learn how a ClockInterface helps you decouple time and write stable, testable code. It’s about time! Read more
Database migrations have had a serious refactor in the newest Tempest release Read more
At Oh Dear, my colleague Mattias recently vastly increased the performance of our service. Here’s how he did it. Read more
You can now use our MCP server to connect your AI agent to Flare. This way your AI has all context it needs to diagnose and fix production and performance problems of your PHP, JavaScript Read more…
Explore Laravel’s Service Container from the ground up: resolution, binding, scopes, contextual dependencies, auto-wiring, and more, and demystify how your app runs. Read more
We’ve moved from command lines to GUIs, and now the next shift is here: AI that can actually use your app. This article introduces the Model Context Protocol (MCP), a powerful way to let AI Read more…