- Fixes model pruning to correctly ignore non-model files in the same directory.
- Ensures only model files are pruned, preventing accidental deletions.
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.