- [11.x] Fix expected/actual argument order for test assertion by @riesjart in #52084
- [11.x] Fix Moving Files in Sorted Order in vendor:publish by @lmottasin in #52078
- [11.x] Fix docblock for \Illuminate\Validation\ClosureValidationRule::message() by @seriquynh in #52077
- [11.x] Allow passing Enum casts to
Rule::enum()->only()
and->except()
by @bakerkretzmar in #52073 - [11.x] Include ConnectionException in ConnectionFailed events by @alexbowers in #52069
- [11.x] Document returned array shape for sync methods by @devfrey in #52070
- [11.x] Add ability to configure SQLite
busy_timeout
,journal_mode
, andsynchronous
pragmas by @bakerkretzmar in #52052 - [11.x] Allow view content dependent mail callbacks by @MaxTingle in #51990
- Install Laravel Reverb version 1.0 instead of @beta by @lucasRolff in #52096
- [11.x] fix: dont use web middleware on health endpoint by @joshmanders in #52088
- [11.x] Add an option to replace configs recursively by @felixbessler in #52087
- [11.x] Fixes generator tests by @buismaarten in #52118
- [11.x] Test Improvements by @crynobone in #52122
- [11.x] Fix SQLite schema dumps containing internal
sqlite_*
objects by @bakerkretzmar in #52135 - Fix typo in
<!DOCTYPE>
declaration by @TENIOS in #52134 - [11.x] fix: pluck generics by @calebdw in #52109
- [11.x] Include 'success' console component by @lewislarsen in #52112
- [11.x] Fix dumping migrations table with schema or prefixed name by @hafezdivandari in #52098
- Add
assertSentTo
shorthand by @jasonmccreary in #52083 - [11.x] Test Improvements by @crynobone in #52139
- [11.x] Update the docblock for the constructor of the FileFailedJobProvider class by @kevinb1989 in #52149
- [11.x] Update the docblock for the explode method of the Stringable class. by @kevinb1989 in #52148
- Refactor PHPStan configurations by @TENIOS in #52145
- [11.x] Fix docblock for RoutingServiceProvider by @seriquynh in #52144