Laravel Changelog History Search
Welcome to the Laravel Changelog History Search! Dive into the comprehensive history of the Laravel framework with ease. Explore past changes, updates, and improvements. Find specific versions or features quickly. Stay informed and empowered as you navigate the evolution of Laravel. Start searching and uncover the valuable insights from the Laravel Changelog History.
Fixed
- Fixed
Illuminate\Http\Client\PendingRequest::withCookies()
method (36d783c)
- Catch Symfony
MethodNotAllowedException
exception inCompiledRouteCollection::match()
method (#31762)
- Fixed a bug with slash prefix in the route (#31760)
- Fixed root URI not showing in the
route:list
(#31771)
- Fixed model restoring right after being soft deleting (#31719)
- Fixed array lock release behavior (#31795)
- Fixed
Illuminate\Support\Str::slug()
method (e4f22d8)
Changed
- Throw exception for duplicate route names in
Illuminate\Routing\AbstractRouteCollection::addToSymfonyRoutesCollection()
method (#31755)
- Revert disabling expired views checks (#31798)
Changed
- Changed of route prefix parameter parsing (b38e179)
Fixed
- Fixed route caching attempt in
Illuminate\Routing\CompiledRouteCollection::newRoute()
(90b0167)
- Catch Symfony exception in
CompiledRouteCollection::match()
method (#31738)
- Fixed Eloquent model casting (2b395cd)
- Fixed
UrlGenerator
constructor (#31740)
Changed
- Added message to
Illuminate\Http\Client\RequestException
(#31720)
Fixed
- Fixed
Illuminate\View\Component::withAttributes()
method (c81ffad)