v10.20.0
版本发布时间: 2023-08-22 23:15:51
laravel/framework最新发布版本:v11.22.0(2024-09-03 23:28:13)
- [10.x] Allow default values when merging values into a resource by @axlon in https://github.com/laravel/framework/pull/48073
- [10.x] Adds a
createOrFirst
method to Eloquent by @tonysm in https://github.com/laravel/framework/pull/47973 - [10.x] Allow utilising
withTrashed()
,withoutTrashed()
andonlyTrashed()
onMorphTo
relationship even withoutSoftDeletes
Model by @crynobone in https://github.com/laravel/framework/pull/47880 - [10.x] Mark Request JSON data to be InputBag in docblocks by @jnoordsij in https://github.com/laravel/framework/pull/48085
- [10.x] Markdown Mailables: Allow omitting Footer and Header when customising components by @jorisnoo in https://github.com/laravel/framework/pull/48080
- [10.x] Update EmailVerificationRequest return docblock by @ahmedash95 in https://github.com/laravel/framework/pull/48087
- [10.x] Add commonly reusable Composer related commands from 1st party packages by @crynobone in https://github.com/laravel/framework/pull/48096
- [10.x] Add ability to measure a single callable and get result by @timacdonald in https://github.com/laravel/framework/pull/48077
- [10.x] Fixes incorrect method visibility and add unit tests for
Illuminate\Support\Composer
by @crynobone in https://github.com/laravel/framework/pull/48104 - [10.x] Skip convert empty string to null test by @hungthai1401 in https://github.com/laravel/framework/pull/48105
- [10.x] Using complete insert for mysqldump when appending migration dump to schema file by @emulgeator in https://github.com/laravel/framework/pull/48126
- [10.x] Add
hasPackage
method to Composer class by @emargareten in https://github.com/laravel/framework/pull/48124 - [10.x] Add
assertJsonPathCanonicalizing
method by @gdebrauwer in https://github.com/laravel/framework/pull/48117 - [10.x] Configurable storage path via environment variable by @sl0wik in https://github.com/laravel/framework/pull/48115
- [10.x] Support providing subquery as value to
where
builder method by @gdebrauwer in https://github.com/laravel/framework/pull/48116 - [10.x] Minor Tweaks by @utsavsomaiya in https://github.com/laravel/framework/pull/48138