- Added ability to set from address for email notifications (#15055)
- Support implicit keys in
MessageBag::get()
(#15063) - Allow passing of closures to
assertViewHas()
(#15074) - Strip protocol from Route group domains parameters (#15070)
- Support dot notation as callback in
Arr::sort()
(#15050) - Use Redis database interface instead of implementation (#15041)
- Allow closure middleware to be registered from the controller constructor (#15080, abd85c9)
- Fixed plural form of Emoji (#15068)
- Fixed testing of Eloquent model events (#15052)
- Revert changes to Eloquent
Builder
that breaksfirstOr*
methods (#15018)
- Support unversioned assets in
elixir()
function (#14987) - Changed visibility of
BladeCompiler::stripParentheses()
topublic
(#14986) - Use getter instead of accessing the properties directly in
JoinClause::__construct()
(#14984) - Replaced manual comparator with
asort
inCollection::sort()
(#14980) - Use
query()
instead ofinput()
for key lookup inTokenGuard::getTokenForRequest()
(#14985)