Releases
v10.7.0
Added
Allow Illuminate/Foundation/Testing/WithFaker
to be used when app is not bound (#46529 )
Allow Event::assertListening to check for invokable event listeners (#46683 )
Added Illuminate/Process/Factory::pipe()
(#46527 )
Added Illuminate/Validation/Validator::setValue
(#46716 )
Fixed
PHP 8.0 fix for Closure jobs (#46505 )
Fix preg_split error when there is a slash in the attribute in Illuminate/Validation/ValidationData
(#46549 )
Fixed Cache::spy incompatibility with Cache::get (#46689 )
server command: Fixed server Closing output on invalid $requestPort (#46726 )
Fix nested join when not JoinClause instance (#46712 )
Fix query builder whereBetween method with carbon date period (#46720 )
Changed
Removes unnecessary parameters in creatable()
/ destroyable()
methods in Illuminate/Routing/PendingSingletonResourceRegistration
(#46677 )
Return non-zero exit code for uncaught exceptions (#46541 )
You can’t perform that action at this time.