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
MIME
type argument toTesting/FileFactory::create()
(#30870)
- Added
seed
toall
option when creating the model (make:model
command) (#30874)
- Allowed configurable emergency logger (#30873)
- Added
prependMiddlewareToGroup()
/appendMiddlewareToGroup()
/prependToMiddlewarePriority()
/appendToMiddlewarePriority()
toKernal
for 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
AuthenticateSession
middleware (4de1d24)
Added
- Added support for nested arrays in
TestResponse::assertViewHas()
(#30837)
- Added
Model::setRawAttribute()
(#30853)
- Added
--force
option to themake:controller
resource (#30856)
- Allowed passing an array to
Resource::collection()
(#30800)
- Implemented ArrayAccess on
JsonResponse
andTestResponse
(#30817)
Fixed
- Fixed two index creation instead of one when using
change()
(#30843)
- Prevent duplicate attachments in the
Mailable
(3c8ccc2)
- Fixed
ServiceProvider
for PHP 7.4 inLumen
(#30819)
- Fixed non-eloquent model validation in database validation rules (#30840)
Changed
- Changed
rescue()
helper (#30838)
- Added previous exception to
EntryNotFoundException
thrown inContainer.php
(#30862)
- Changed
DatabaseNotification::$keyType
to matchuuid
(#30823)
Added
- Added
getQualifiedCreatedAtColumn()
andgetQualifiedUpdatedAtColumn()
methods toHasTimestamps
concern (#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
PhpRedisConnection
on connection missing (#30778)