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
- Added
MIMEtype argument toTesting/FileFactory::create()(#30870)
- Added
seedtoalloption when creating the model (make:modelcommand) (#30874)
- Allowed configurable emergency logger (#30873)
- Added
prependMiddlewareToGroup()/appendMiddlewareToGroup()/prependToMiddlewarePriority()/appendToMiddlewarePriority()toKernalfor manipulating middleware (6f33feb)
Reverted
- Reverted Added
Model::setRawAttribute()(#30885)
Fixed
- Fixed
Builder::withCount()binding error when a scope is added into related model with binding in a sub-select (#30869)
Changed
- Don't throw exception when session is not set in
AuthenticateSessionmiddleware (4de1d24)
Added
- Added support for nested arrays in
TestResponse::assertViewHas()(#30837)
- Added
Model::setRawAttribute()(#30853)
- Added
--forceoption to themake:controllerresource (#30856)
- Allowed passing an array to
Resource::collection()(#30800)
- Implemented ArrayAccess on
JsonResponseandTestResponse(#30817)
Fixed
- Fixed two index creation instead of one when using
change()(#30843)
- Prevent duplicate attachments in the
Mailable(3c8ccc2)
- Fixed
ServiceProviderfor PHP 7.4 inLumen(#30819)
- Fixed non-eloquent model validation in database validation rules (#30840)
Changed
- Changed
rescue()helper (#30838)
- Added previous exception to
EntryNotFoundExceptionthrown inContainer.php(#30862)
- Changed
DatabaseNotification::$keyTypeto matchuuid(#30823)
Added
- Added
getQualifiedCreatedAtColumn()andgetQualifiedUpdatedAtColumn()methods toHasTimestampsconcern (#30792)
- Added
exceptionContext()method to theExceptions\Handler(#30780)
- Added
withoutRelations()andunsetRelations()methods toHasRelationships(#30802)
- Added
ResourceCollection::preserveQueryParameters()for preserve query parameters on paginated api resources (#30745, e92a708)
Fixed
- Fixed explicit models in string-based database validation rules (#30790)
- Fixed
Routing\RedirectController()(#30783)
Changed
- Reconnect
PhpRedisConnectionon connection missing (#30778)