# Laravel v13.30.0 - Product: Laravel (https://whatsnew.fyi/product/laravel) - Vendor: Laravel - Date: 2026-09-01 - Version: v13.30.0 - Original notes: https://github.com/laravel/framework/releases/tag/v13.30.0 - Permalink: https://whatsnew.fyi/product/laravel/releases/v13.30.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Avoid quadratic wildcard rule expansion - **fixed** — Fix resource loading - **added** — Output the worker stop reason in queue:work - **fixed** — Fix incorrect $startTime type in Worker::stopIfNecessary docblock - **added** — Ability to opt out of vendor/default commands in DevCommands - **changed** — Confine Storage::path() to the configured disk root - **added** — Support Microsoft SQL Server DSN connection strings - **fixed** — Restore the facade application after route:cache boots a fresh application - **fixed** — Gracefully handle missing param value or strings with request clamps - **fixed** — Restore default database connection when seeding fails - **added** — Cloud enhancements - **added** — Allow retrieving command by name without resolving all commands - **added** — Expose methods - **added** — Add totalXSize methods to Cloud Queue - **added** — Add chunkBy to collections - **changed** — Use spl_object_id over hash - **added** — Add createPayloadUsing directly to the queue manager - **added** — Set visibility on files that only exist on a read-through disk's fallback - **changed** — Disable html by default on Laravel exception page tooltip * [12.x] Backport #60908: Avoid quadratic wildcard rule expansion by @matteo-palazzo in https://github.com/laravel/framework/pull/61232 * Fix resource loading by @taylorotwell in https://github.com/laravel/framework/pull/61323 * [13.x] Output the worker stop reason in queue:work by @jackbayliss in https://github.com/laravel/framework/pull/61339 * Fix incorrect $startTime type in Worker::stopIfNecessary docblock by @il-m-tomita in https://github.com/laravel/framework/pull/61347 * [13.x] Ability to opt out of vendor/default commands in DevCommands by @jackbayliss in https://github.com/laravel/framework/pull/61344 * [13.x] Confine `Storage::path()` to the configured disk root by @KIKOmanasijev in https://github.com/laravel/framework/pull/61343 * [13.x] Support Microsoft SQL Server DSN connection strings by @HenkPoley in https://github.com/laravel/framework/pull/61341 * [13.x] Restore the facade application after route:cache boots a fresh application by @reiarseni in https://github.com/laravel/framework/pull/61346 * [13.x] Gracefully handle missing param value or strings with request clamps by @kylemilloy in https://github.com/laravel/framework/pull/61355 * [13.x] Restore default database connection when seeding fails by @sayful1411 in https://github.com/laravel/framework/pull/61354 * [13.x] Cloud enhancements by @timacdonald in https://github.com/laravel/framework/pull/61360 * [13.x] Allow retrieving command by name without resolving all commands by @timacdonald in https://github.com/laravel/framework/pull/61361 * [13.x] Expose methods by @timacdonald in https://github.com/laravel/framework/pull/61362 * [13.x] Add basic test for query explain by @imanghafoori1 in https://github.com/laravel/framework/pull/61363 * [13.x] Add totalXSize methods to Cloud Queue by @jackbayliss in https://github.com/laravel/framework/pull/61352 * [13.x] Add `chunkBy` to collections by @JosephSilber in https://github.com/laravel/framework/pull/61357 * [13.x] spl_object_id over hash by @jackbayliss in https://github.com/laravel/framework/pull/61372 * [13.x] Add createPayloadUsing directly to the queue manager by @jackbayliss in https://github.com/laravel/framework/pull/61367 * [13.x] Set visibility on files that only exist on a read-through disk's fallback by @sulimanbenhalim in https://github.com/laravel/framework/pull/61375 * [12.x] Disable html by default on Laravel exception page tooltip by @crynobone in https://github.com/laravel/framework/pull/61381