- Fixed environment variable parsing (#27706)
- Fixed guessed policy names when using
Gate::forUser
(#27708) - Fixed
via
asstring
in theNotification
(#27710)
- Check if
MessageBag
is empty before checking keys exist in theMessageBag
(#27719)
- Fixed quoted environment variable parsing (#27691)
- Added
Illuminate\View\FileViewFinder::setPaths()
(#27678)
- Return fake objects from facades (#27680)
- reverted changes related to the
Facade
(63d87d7)
Check the upgrade guide in the Official Laravel Documentation.