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.
Added
Fixed
- Do not used
now
helper inIlluminate/Cache/DatabaseLock::expiresAt()
(#34262)
- Change placeholder in
Illuminate\Database\Schema\MySqlSchemaState::load()
(#34303)
- Fixed bug in dynamic attributes
Illuminate\View\ComponentAttributeBag::setAttributes()
(93f4613)
- Fixed
Illuminate\View\ComponentAttributeBag::whereDoesntStartWith()
(#34329)
- Fixed
Illuminate\Routing\Middleware\ThrottleRequests::handleRequestUsingNamedLimiter()
(#34325)
Changed
- Create Faker when a Factory is created (#34298)
Changed
- Allow
Illuminate\Collections\Collection::implode()
when instance ofStringable
(#34271)
Fixed
- Fixed
DatabaseUuidFailedJobProvider::find()
job record structure (#34251)
- Cast linkCollection to array in JSON pagination responses (#34245)
- Change the placeholder of schema dump according to symfony placeholder in
MySqlSchemaState::dump()
(#34261)
- Fixed problems with dots in validator (8723739)