php · Laravel NewsGood to know
Laravel 13.14: JsonSchema::fromArray() and Queue/Job Fixes
Laravel 13.14 adds JsonSchema::fromArray() for converting JSON Schema arrays back into Type objects, queue inheritance fixes, job inspection improvements, and s
What changed
Laravel 13.14 adds JsonSchema::fromArray() for converting JSON Schema arrays back into Type objects, queue inheritance fixes, job inspection improvements, and several HTTP client and mail fixes.
Who it affects
Developers using Laravel 13.x who work with JSON Schema, queues, jobs, HTTP client, or mail.
What to do today
Review the new JsonSchema::fromArray() method and update your code if you deserialize JSON Schema arrays.
The trail
Collected→
Audited→
Written→
Published
Source
RSS · Laravel News