- Added compatible query type hint to Model::resolveRouteBindingQuery
- Fixed argument type for Factory::afterCreating callbacks
- Ensured MySQL retrieves last insert ID immediately after query execution (backported changes)
Official Laravel changelog summary with source attribution, release tags, and community reactions.
Track this Laravel release note alongside related changelog updates, risky changes, and weekly digest signals from the developer community.
Every summary should remain traceable to the original changelog or release source.
Turn this Laravel release note into a weekly digest for the tools you actually use.
Create digestReverted the addition of `orWhereKey` and `orWhereKeyNot` methods to the Eloquent Builder.
Enforce temporary upload URLs to be fetched only via query string, tightening security
- Added new queue capabilities: JobReleased event, managedQueues() method, Queue::forward(), debounceable queued listeners, and improved worker output for paused queues.