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 ability to create observers with custom path via
make:observercommand (#34911)
- Added
Illuminate\Database\Eloquent\Factories\Factory::lazy()(#34923)
- Added ability to make cast with custom stub file via
make:castcommand (#34930)
- ADDED: Custom casts can implement increment/decrement logic (#34964)
- Added
withMax()|withMin()|withSum()|withAvg()methods toIlluminate/Database/Eloquent/Concerns/QueriesRelationships(#34965, f4e4d95, #35004)
- Added
explain()toQuery\BuilderandEloquent\Builder(#34969)
- Make
multiple_ofvalidation rule handle non-integer values (#34971)
- Added
setKeysForSelectQuerymethod and use it when refreshing model data in Models (#34974)
- Full PHP 8.0 Support (#33388)
- Added dontRelease option to RateLimited and RateLimitedWithRedis job middleware (#35010)
Fixed
- Fixed check of file path in
Illuminate\Database\Schema\PostgresSchemaState::load()(268237f)
- Fixed:
PhpRedis (v5.3.2)cluster - set default connection context tonull(#34935)
- Fixed Eloquent Model
loadMorphandloadMorphCountmethods (#34972)
- Fixed ambigious column on many to many with select load (5007986)
- Fixed Postgres Dump (#35018)
Changed
Revert
Fixed
- Fixed
bound()method (a7759d7)