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
ResourcewithpreserveKeysproperty (#27985)
- Fixed:
SoftDelete::runSoftDeleteandSoftDelete::performDeleteOnModelwith 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:generatecommand (#28007)
- Fixed unique validation without ignored column (#27987)
Changed
- Added
parametersargument toresolvehelper (#28020)
- Don't add the path only if path is
emptyin compiled view (#27976)
Refactoring
- Refactoring of
env()helper (#27965)
Added
- Added
Illuminate\Database\DatabaseManager::setReconnector()(#27845)
- Added
Illuminate\Auth\Access\Gate::none()(#27859)
- Added
evenandoddflags to theLoopvariable in theblade(#27883)
Changed
- Add replacement for lower danish
æ(#27886)
- Show error message from exception, if message exist for
403.blade.phpand503.blade.phperror (#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)