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
- Fixed serializing a collection from a
Resource
withpreserveKeys
property (#27985)
- Fixed:
SoftDelete::runSoftDelete
andSoftDelete::performDeleteOnModel
with overwrittenModel::setKeysForSaveQuery
(#28081)
Changed
- Update forever cache duration for database driver from minutes to seconds (#28048)
Refactoring:
- Refactoring of
Illuminate\Auth\Access\Gate::callBeforeCallbacks()
(#28079)
Added
- Added
Illuminate\Database\Query\Builder::forPageBeforeId()
method (#28011)
Fixed
- Fixed
BelongsToMany::detach()
with custom pivot class (#27997)
- Fixed incorrect event namespace in generated listener by
event:generate
command (#28007)
- Fixed unique validation without ignored column (#27987)
Changed
- Added
parameters
argument toresolve
helper (#28020)
- Don't add the path only if path is
empty
in compiled view (#27976)
Refactoring
- Refactoring of
env()
helper (#27965)
Added
- Added
Illuminate\Database\DatabaseManager::setReconnector()
(#27845)
- Added
Illuminate\Auth\Access\Gate::none()
(#27859)
- Added
even
andodd
flags to theLoop
variable in theblade
(#27883)
Changed
- Add replacement for lower danish
æ
(#27886)
- Show error message from exception, if message exist for
403.blade.php
and503.blade.php
error (#27893, #27902)
Fixed
- Fixed seeding logic in
Arr::shuffle()
(#27861)
- Fixed
Illuminate\Database\Query\Builder::updateOrInsert()
with empty$values
(#27906)
- Fixed
Application::getNamespace()
method (#27915)