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 empty data for blade components (#32032)
- Fixed subdirectories when making components by
make:component
(#32030)
- Fixed serialization of models when sending notifications (#32051)
- Fixed route trailing slash in cached routes matcher (#32048)
Changed
- Throw exception for non existing component alias (#32036)
- Don't overwrite published stub files by default in
stub:publish
command (#32038)
Added
- Added
Illuminate\Testing\PendingCommand::expectsConfirmation()
(#31965)
- Allowed configuring the timeout for the smtp mail driver (#31973)
- Added
Http client
query string support (#31996)
Fixed
- Fixed
cookie
helper signature , matching matchCookieFactory
(#31974)
- Added missing
ramsey/uuid
dependency toIlluminate/Queue/composer.json
(#31988)
- Fixed output of component attributes in View (#31994)
Changed
- Publish the form request stub used by RequestMakeCommand (#31962)
- Handle prefix update on route level prefix (449c80)
- Ensure SqsQueue queues are only suffixed once (#31925)
- Added space after component closing tag for the View (#32005)