Added
- Added
Illuminate/Database/Schema/Builder::withoutForeignKeyConstraints()
(#45601) - Added
fragments()
\fragmentIf()
\fragmentsIf()
methods toIlluminate/View/View.php
class (#45656, #45669) - Added
incrementEach()
anddecrementEach()
toIlluminate/Database/Query/Builder
(#45577) - Added ability to drop an index when modifying a column (#45513)
- Allow to set HTTP client for mailers (#45684)
- Added 402 exception view (#45682)
- Added
notFound()
helper to Http Client response (#45681)
Fixed
- Fixed decimal cast (#45602)
Changed
- Ignore whitespaces/newlines when finding relations in model:show command (#45608)
- Fail queued job with a string messag (#45625)
- Allow fake() helper in unit tests (#45624)
- allow egulias/email-validator v4 (#45649)
- Force countBy method in EloquentCollection to return base collection (#45663)
- Allow for the collection of stubs to be published (#45653)