Laravel 10.20.0 is now available. This release includes minor changes, improvements and bug fixes.
Laravel 10.20.0 is a clean and classy framework for PHP web development.
Freeing you from spaghetti code, Laravel helps you create wonderful applications using simple, expressive syntax. Development should be a creative experience that you enjoy, not something that is painful. Enjoy the fresh air.
Laravel 10.20.0 Changelog
Bug Fixes
- [10.x] Allow default values when merging values into a resource by @axlon in #48073
- [10.x] Adds a
createOrFirst
method to Eloquent by @tonysm in #47973 - [10.x] Allow utilising
withTrashed()
,withoutTrashed()
andonlyTrashed()
onMorphTo
relationship even withoutSoftDeletes
Model by @crynobone in #47880 - [10.x] Mark Request JSON data to be InputBag in docblocks by @jnoordsij in #48085
- [10.x] Markdown Mailables: Allow omitting Footer and Header when customising components by @jorisnoo in #48080
- [10.x] Update EmailVerificationRequest return docblock by @ahmedash95 in #48087
- [10.x] Add commonly reusable Composer related commands from 1st party packages by @crynobone in #48096
- [10.x] Add ability to measure a single callable and get result by @timacdonald in #48077
- [10.x] Fixes incorrect method visibility and add unit tests for
Illuminate\Support\Composer
by @crynobone in #48104 - [10.x] Skip convert empty string to null test by @hungthai1401 in #48105
- [10.x] Using complete insert for mysqldump when appending migration dump to schema file by @emulgeator in #48126
- [10.x] Add
hasPackage
method to Composer class by @emargareten in #48124 - [10.x] Add
assertJsonPathCanonicalizing
method by @gdebrauwer in #48117 - [10.x] Configurable storage path via environment variable by @sl0wik in #48115
- [10.x] Support providing subquery as value to
where
builder method by @gdebrauwer in #48116 - [10.x] Minor Tweaks by @utsavsomaiya in #48138
Contributors
- @crynobone
- @tonysm
- @emulgeator
- @sl0wik
- @axlon
- @jorisnoo
- @ahmedash95
- @hungthai1401
- @gdebrauwer
- @timacdonald
- @jnoordsij
- @emargareten
- @utsavsomaiya
Although updates are tested, you’re always encouraged to backup your files before patching.
Tags: framework, php framework, Softaculous
Related Links
- Live Demo:
See Laravel in action (Softaculous site (External link)) - Official Website:
Learn more about Laravel software (External link) - Run Laravel in your website:
Please Contact us for more information or start any Hosting Plan and install Laravel from Softaculous software library - Laravel Changelog:
To read changelog source Click Here (GitHub External link)