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
Collection::countBy
(#27770)
- Allow
belongsToMany
to takeModel/Pivot
class name as a second parameter (#27774)
Fixed
- Fixed environment variable parsing (#27706)
- Fixed guessed policy names when using
Gate::forUser
(#27708)
- Fixed
via
asstring
in theNotification
(#27710)
- Fixed
StartSession
middleware (499e4fe)
- Fixed
email
validation for not string values (#27735)
Changed
- Check if
MessageBag
is empty before checking keys exist in theMessageBag
(#27719)
Fixed
- Fixed quoted environment variable parsing (#27691)
Check the upgrade guide in the Official Laravel Documentation.
Added
- Add support for
Pheanstalk 4.x
(#27622)
- Allow configuration of token guard keys (#27585)
Changed
- Update vue preset to exclude
[@babel/preset-react
](https://github.com/babel/preset-react`) (#27645)
- Reflash the session for the broadcasting auth call (#27647)
- Improving readability in
AuthenticateWithBasicAuth
Middleware (#27661)
- Use safe container getter on
Pipeline
(#27648)
Fixed
- Fixed Postgres grammar when using union queries (#27589)
- Fixed an issue when using Mail::queue to queue Mailables (#27618)
- Fixed error in
Foundation\Exceptions\Handler
(#27632)