- [12.x] Test Improvements by @crynobone in #54782
- [12.x] Fix incorrect typehints in
BuildsWhereDateClauses
traits by @mohprilaksono in #54784 - [12.x] Improve queries readablility by @hafezdivandari in #54791
- [12.x] Enhance eventStream to Support Custom Events and Start Messages by @devhammed in #54776
- [12.x] Make the PendingCommand class tappable. by @kevinb1989 in #54801
- [12.x] Add missing union type in event stream docblock by @devhammed in #54800
- Change return types of
paginage()
methods to\Illuminate\Pagination\LengthAwarePaginator
by @carestad in #54826 - [12.x] Check if internal
Hasher::verifyConfiguration()
method exists on driver before forwarding call by @rodrigopedra in #54833 - [11.x] Fix using
AsStringable
cast on Notifiable's key by @crynobone in #54818 - Add Tests for Handling Null Primary Keys and Special Values in Unique Validation Rule by @alikhosravidev in #54823
- Improve docblock for with() method to clarify it adds to existing eag… by @igorlealantunes in #54838
- [12.x] Fix dropping schema-qualified prefixed tables by @hafezdivandari in #54834
- [12.x] Add
Context::scope()
by @cosmastech in #54799 - Allow Http requests to be recorded without requests being faked by @kemp in #54850
- [12.x] Adds a new method "getRawSql" (with embedded bindings) to the QueryException class by @erickcomp in #54849
- Update Inspiring.php by @ju-gow in #54846
- [12.x] Correct use of named argument in
Date
facade and fix a return type. by @lmottasin in #54847 - Add additional tests for Rule::array validation scenarios by @alikhosravidev in #54844
- [12.x] Remove return statement by @mohprilaksono in #54842
- Fix typos by @co63oc in #54839
- [12.x] Do not loop through middleware when excluded is empty by @cosmastech in #54837
- Add test for Arr::reject method in Illuminate Support by @mohammadrasoulasghari in #54863
- [12.x] Feature: Array partition by @liamduckett in #54859
- [12.x] Introduce
ContextLogProcessor
by @cosmastech in #54851