Added
- Added extra method in PasswortReset for reset URL to match the structure of VerifyEmail (#39652)
- Added support for countables to the
Illuminate/Support/Pluralizer::plural()
(#39641) - Allow users to specify options for migrate:fresh for DatabaseMigration trait (#39637)
Fixed
- Casts $value to the int only when not null in
Illuminate/Database/Query/Builder::limit()
(#39644)
Changed
- Use parents to resolve middleware priority in
SortedMiddleware
(#39647)