Get expert guidance in a few days with a Laravel code review

Paul Redmond

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

PHPantom: A Fast PHP Language Server Built in Rust image

PHPantom: A Fast PHP Language Server Built in Rust

PHPantom is a PHP Language Server Protocol implementation written in Rust that starts in under a second and uses 59 MB of RAM, with support for generi...

Read article
PHP Debugger: A Lightweight Xdebug Alternative Built for Speed image

PHP Debugger: A Lightweight Xdebug Alternative Built for Speed

PHP Debugger is a fork of Xdebug stripped down to step-debugging only, with benchmarks showing up to 97% less overhead when the extension is loaded bu...

Read article
New Expressive Model Attributes in Laravel 13.2.0 image

New Expressive Model Attributes in Laravel 13.2.0

Laravel 13.2.0 adds new symmetrical model attributes, enum support in queue attributes, releaseOnSignal for withoutOverlapping, and UniqueConstraintVi...

Read article
Inertia.js v3.0.0 Is Here with Optimistic Updates, useHttp, and More image

Inertia.js v3.0.0 Is Here with Optimistic Updates, useHttp, and More

Inertia.js v3.0.0 is now released, shipping optimistic updates, a useHttp hook for non-navigation requests, SSR in Vite dev mode, and the removal of A...

Read article
Laravel Boost v2.4.0 Adds Security Audits and a Laravel Best Practices Skill image

Laravel Boost v2.4.0 Adds Security Audits and a Laravel Best Practices Skill

Laravel Boost v2.4.0 adds a security audit step to the add-skill command, a new laravel-best-practices skill, and an option to ignore skill updates.

Read article
Prism Workers AI — A Cloudflare Workers AI Provider for Prism PHP image

Prism Workers AI — A Cloudflare Workers AI Provider for Prism PHP

The Prism Workers AI package adds a Cloudflare Workers AI provider for Prism PHP and Laravel AI SDK, with support for text generation, embeddings, str...

Read article
Prompt Deck: Manage AI Prompts as Versioned Files in Laravel image

Prompt Deck: Manage AI Prompts as Versioned Files in Laravel

Prompt Deck is a Laravel package that stores AI prompts as versioned markdown files on disk, with support for variable interpolation, A/B testing, and...

Read article
Circuit Breaker for Laravel image

Circuit Breaker for Laravel

The circuit-breaker package by algoyounes brings the circuit breaker pattern to Laravel, giving you a way to manage failing service calls and define c...

Read article
SlideWire: Build Presentations with Livewire and Blade image

SlideWire: Build Presentations with Livewire and Blade

SlideWire is a Laravel package that lets you build browser-based presentation decks using Livewire components and Blade templates, with built-in navig...

Read article
Laravel Pint Now Replaces Fully Qualified Class Names with Imports image

Laravel Pint Now Replaces Fully Qualified Class Names with Imports

Laravel Pint's Laravel preset now includes the fully_qualified_strict_types rule, which automatically converts fully qualified class names to short na...

Read article
Inertia v3 Upgrade Prompt and JSON Log Support in Laravel Boost v2.3.0 image

Inertia v3 Upgrade Prompt and JSON Log Support in Laravel Boost v2.3.0

Laravel Boost v2.3.0 adds an Inertia v3 upgrade prompt, JSON-formatted log support, and removes six Artisan wrapper MCP tools in favor of direct CLI u...

Read article
Model::withoutRelation() in Laravel 12.54.0 image

Model::withoutRelation() in Laravel 12.54.0

Laravel 12.54.0 adds Model::withoutRelation() for selectively unloading relations, interval() on InteractsWithData, BinaryFileResponse assertion suppo...

Read article