Laravel 13.18.0 adds worker metrics to the WorkerStopping event, graceful signal handling for schedule:work, priority-based registration for artisan dev commands, and a batch of fixes across the Numbe...
▶️ Watch the video tutorial (15 minutes) We’ve built a full AI platform across this series. Agents, tools, a knowledge base, streaming chat, failover, middleware. Now comes the question nobody l...
Clonio CLI copies a production database into development, CI, and test environments and rewrites the sensitive columns on the way through — faking names and emails, masking tokens, and remapping prima...
Laravel WhatsApp is a package by Md Mostafijur Rahman for sending and receiving WhatsApp messages from a Laravel application. What sets it apart is that it speaks to WhatsApp two different ways: throu...
USAIGE is a Laravel package that attaches observability to the Laravel AI SDK. It records every AI request as a run with token counts, costs, provider and model details, timing, and error status — the...
Signal is a PHP library from Steve McDougall that reads attributes you place on your classes and methods and generates documentation from them. The idea is to keep API references in the same place as ...
Most audit packages can tell you when a field changed and who changed it. They struggle once the change happens, two queue hops away from the request that triggered it. Yammi Audit Log by RomaLytar ad...
▶️ Watch the video tutorial (10 minutes) Our support platform works great in development. Then you ship it. OpenAI has an outage at 2am and every customer gets an error. A hundred people hit the chat ...
The Laravel team released v13.17.0 with first-class route metadata support, Postgres transaction pooler integration, a new dev:list artisan command, and a Should Not Retry exception handler for queue ...
Watchtower is a Laravel package that puts scheduled tasks, queues, jobs, and exceptions on a single dashboard built to stay running in production. At a glance, it gives you: One dashboard for schedule...
