Laravel 13.15.0 adds typed translation accessors, JSON Schema deserialization, a dedicated Cloud queue driver, and security fixes for date validation and route unserialization. The post Typed Translation Accessors in Laravel 13.15.0 appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
Laravel
https://laravel-news.com/blog/ · 5 posts · history since 2026 · active
Yesterday
9 Jun
Custom Fresh adds a `fresh:custom` Artisan command that rebuilds your Laravel database while leaving the tables you name untouched. The post Refresh Your Laravel Database Without Dropping Every Table appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
Laravel 13.14 adds JsonSchema::fromArray() for turning JSON Schema arrays back into Type objects, queue inheritance fixes, job inspection improvements, and several HTTP client and mail fixes. The post JSON Schema Deserialization in Laravel 13.14 appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
8 Jun
Sqids is a PHP library that encodes one or more integers into short, URL-safe strings and decodes them back, with options for minimum length, a custom alphabet, and a profanity blocklist. The post Generate Short, URL-Safe IDs From Numbers With Sqids appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.
5 Jun
Scheduler List adds a Pulse-style web interface to Laravel that lists every scheduled task, lets you search and filter them, and can run a task on demand while streaming its output. The post Scheduler List: A Web Dashboard for Laravel's Scheduled Tasks appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your…