Paul Redmond

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

Community Laravel Extension for Zed image

Community Laravel Extension for Zed

Laravel for Zed is a community LSP extension that adds go-to-definition, hover cards, find references, rename, and Blade tooling to the Zed editor thr...

Read article
Bulk Job Dispatching with Bus::bulk() in Laravel 13.13 image

Bulk Job Dispatching with Bus::bulk() in Laravel 13.13

Laravel 13.13 adds Bus::bulk() for dispatching many jobs at once, storage-backed notification attachments, PSR-18 HTTP client support, cache memoizati...

Read article
Detect and Resolve Laravel Schema Drift with MigrAlign image

Detect and Resolve Laravel Schema Drift with MigrAlign

MigrAlign compares your Laravel migration files against the live database and applies schema changes with risk-aware safeguards for MySQL and MariaDB.

Read article
Playa: Cookie-Based Temporary Players for Laravel image

Playa: Cookie-Based Temporary Players for Laravel

A lightweight Player model for visitors, backed by an HttpOnly cookie and stored in the database.

Read article
Scheduler Attributes and Listener Discovery Control in Laravel 13.12.0 image

Scheduler Attributes and Listener Discovery Control in Laravel 13.12.0

Laravel 13.12.0 adds custom attributes to scheduled events, a ShouldBeDiscovered interface for listeners, opt-out worker restart on lost connection, S...

Read article
Manage Subscription Plans and Entitlements in Laravel with Laravel Entitlements image

Manage Subscription Plans and Entitlements in Laravel with Laravel Entitlements

Laravel Entitlements is a package for managing subscription plans, license issuance, and consumption tracking in Laravel SaaS applications.

Read article
Piper: Laravel-Style Array and String Helpers for PHP's Pipe Operator image

Piper: Laravel-Style Array and String Helpers for PHP's Pipe Operator

Piper is a Spatie package that ports Laravel's collection and string methods to standalone functions built for PHP 8.5's pipe operator.

Read article
Storage Cache Store in Laravel 13.10.0 image

Storage Cache Store in Laravel 13.10.0

Laravel 13.10.0 adds a filesystem-backed storage cache store, a --stop-when-empty-for queue worker option, a WorkerIdle event, schedule group lifecycl...

Read article
Drag-and-Drop Sorting for Eloquent Models with Reorderable for Laravel image

Drag-and-Drop Sorting for Eloquent Models with Reorderable for Laravel

Laravel Reorderable adds drag-and-drop sorting to Eloquent models with Blade and Livewire UI components, grouped reordering, and an artisan generator...

Read article
Larapanda: A Type-Safe Lightpanda Browser SDK for Laravel image

Larapanda: A Type-Safe Lightpanda Browser SDK for Laravel

Larapanda wraps the Lightpanda headless browser in a type-safe Laravel SDK with named instance profiles, CLI/Docker runtime resolution, and adapters f...

Read article
Generate HTML Password Rules Attribute in Laravel 13.9.0 image

Generate HTML Password Rules Attribute in Laravel 13.9.0

Laravel 13.9.0 adds a method to generate HTML passwordrules attributes from your Password validation rule, Cloud queue metrics, optional disk storage...

Read article
Scrollbar Styling and Container Size Utilities in Tailwind CSS v4.3.0 image

Scrollbar Styling and Container Size Utilities in Tailwind CSS v4.3.0

Tailwind CSS v4.3.0 adds first-class scrollbar styling, a new @container-size utility, and expanded @variant syntax for more flexible custom CSS.

Read article