Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Paul Redmond

Staff writer at Laravel News. Full stack web developer and author.

Laravel Installer Now Returns JSON When Running Inside an AI Agent image

Laravel Installer Now Returns JSON When Running Inside an AI Agent

As of v5.27.0, the Laravel installer detects when it's running inside an AI coding agent and emits structured JSON output instead of interactive promp...

Read article
Queue-Wide Inspection Methods in Laravel 13.8.0 image

Queue-Wide Inspection Methods in Laravel 13.8.0

Laravel 13.8.0 adds methods for inspecting jobs across all queues at once, plus worker pause/resume events, assertSessionMissingInput(), SortDirection...

Read article
Laravel Brain: Visualize Your Application's Request Lifecycle image

Laravel Brain: Visualize Your Application's Request Lifecycle

Laravel Brain analyzes your Laravel codebase and renders an interactive graph showing how routes, controllers, services, models, jobs, and events conn...

Read article
Laravel Schema Sentinel: Detect and Fix Database Schema Drift image

Laravel Schema Sentinel: Detect and Fix Database Schema Drift

Laravel Schema Sentinel is a package that compares your migration files against your live database to surface discrepancies like missing columns, chan...

Read article
Interruptible Jobs in Laravel 13.7.0 image

Interruptible Jobs in Laravel 13.7.0

Laravel 13.7.0 adds the Interruptible interface for jobs to respond to worker signals, plus the @fonts Blade directive for Vite font optimization, bul...

Read article
Laravel Idempotency: HTTP Idempotency Middleware for Laravel image

Laravel Idempotency: HTTP Idempotency Middleware for Laravel

Laravel Idempotency is a package by Wendell Adriel that adds HTTP idempotency to Laravel routes, replaying cached responses for duplicate requests and...

Read article
Laravel Mobile Pass: Generate Apple Wallet and Google Wallet Passes image

Laravel Mobile Pass: Generate Apple Wallet and Google Wallet Passes

Spatie's Laravel Mobile Pass package lets you generate and push live updates to Apple Wallet and Google Wallet passes directly from your Laravel app.

Read article
PHPverse 2026 Returns June 9th image

PHPverse 2026 Returns June 9th

The free online PHP conference is back with talks from Jeffrey Way, Fabien Potencier, Nils Adermann, and more.

Read article
LLPhant: A PHP Generative AI Framework Inspired by LangChain image

LLPhant: A PHP Generative AI Framework Inspired by LangChain

LLPhant is a PHP framework for building Generative AI applications with support for multiple LLM providers, embeddings, vector stores, and RAG capabil...

Read article
Debounceable Queued Jobs in Laravel 13.6.0 image

Debounceable Queued Jobs in Laravel 13.6.0

Laravel 13.6.0 introduces debounceable queued jobs, JSON support for the built-in health route, a new JsonFormatter, Cloudflare Email Service support,...

Read article
AI Generative Engine Optimization for Laravel image

AI Generative Engine Optimization for Laravel

Generative Engine Optimization for Laravel is a package by Hitesh Zope that helps get your products and content surfaced in AI-generated answers from...

Read article
Attach PDFs Directly to Mailables in laravel-pdf 2.6.0 image

Attach PDFs Directly to Mailables in laravel-pdf 2.6.0

The laravel-pdf package adds the Attachable contract to PdfBuilder, letting you pass generated PDFs directly to Laravel mailables and notifications wi...

Read article