Cache::funnel() in Laravel: Concurrency Limiting Without Redis
Cache::funnel() brings concurrency limiting to any lock-capable cache driver. No Redis required.
Insights on Laravel development, process automation, SaaS building, and lessons learned from building products.
Subscribe via RSS
Cache::funnel() brings concurrency limiting to any lock-capable cache driver. No Redis required.
The 3 multi-agent patterns worth shipping with the Laravel AI SDK, the 2 to avoid for now, and a simple framework for de...
Laravel 13 ships Queue::route(), a single method in AppServiceProvider that controls where every job in your app goes. H...
Claude Code Channels lets you message your running AI agent from Telegram or Discord. Here's the setup and the Laravel w...
Build a Laravel MCP server that exposes your Filament admin resources and Eloquent data to AI agents like Claude Code an...
Laravel 13 is out. Here's what actually needs your attention before you run composer update.
My VPS had root login enabled and port 22 open to the internet. I fixed it in one afternoon using SSH hardening, Cloudfl...
The Laravel AI SDK hits stable on March 17. Here's what changed during beta and what to check before shipping AI feature...
Queue up your Laravel task list, walk away, and come back to finished work. Here is how the Ralph Wiggum technique actua...
Git worktrees let you run multiple Claude Code sessions on the same Laravel codebase at once, each with its own branch,...
Malicious Packagist packages are targeting Laravel developers with RATs that steal .env credentials. Here's how to check...
A hands-on guide to replacing $fillable, $hidden, $connection, and other class properties with PHP 8 Attributes in Larav...
Showing 61 to 72 of 111 posts