- [11.x] Update
config/mail.php
with supported configuration by @crynobone in #53874 - [11.x] Allows
enum_value()
to be use in standaloneilluminate/collections
by @crynobone in #53871 - [11.x]
Uri
andUriQueryString
implementStringable
by @cosmastech in #53873 - [11.x] Prefer
new Stringable
overStr::of
andstr()
by @lucasmichot in #53883 - [11.x] No need to redeclare variables by @lucasmichot in #53887
- [11.x] Add PHP 8.4 with herd to passthrough variables by @lucasmichot in #53885
- Add new
Uri
class to default, global aliases by @jasonmccreary in #53884 - [11.x] Fix attribute mutator access in
loadMissing
by @SychO9 in #53879 - [11.x] Fix
numericAggregate
on eloquent builder by @AmirRezaM75 in #53880 - [11.x] Prefer
new Fluent
overfluent()
helper by @lucasmichot in #53890 - Patch by @angelej in #53869
- [11.x]
Collection::wrap
by @lucasmichot in #53891 - [11.x] Bump minimum league/commonmark by @ah-rahimi in #53899
- [11.x]
Collection::range
by @lucasmichot in #53895 - [11.x] Added an event that reports files being deleted when calling the
schema:dump --prune
command by @andrey-helldar in #53870 - [11.x] fix: allows injection using multiple interfaces with the same concrete implementation by @jamiethorpe in #53275
- [11.x] Early return in Factory::modelName() by @shaedrich in #53912
- [11.x] Prevent
blank
Helper from Serializing Eloquent Models by @SanderMuller in #53911 - [11.x] Add word-break to mail links by @seblavoie in #53906
- Preserve dynamic database connections on reconnect by @nickakitch in #53914
- Fix mutexName inconsistency caused by different PHP binary paths on multiple servers by @waska14 in #53811
- [11.x] Add
Fluent::set
method by @stevebauman in #53946 - [11.x] Fix inspecting columns of raw indexes by @hafezdivandari in #53945
- [11.x] Allow easier overriding of the exception thrown by invalid ID in route binding by @cosmastech in #53944
- [11.x] Fix client path value in file uploads by @gyaaniguy in #53941