v3.8.7
Changes
- Set
$usertoIlluminate\Http\Request::setUserResolver()when user get authenticated viaLaravel\Lumen\Auth\Providers\Guardimplementations. - Able to report exception via
Exception::report()if the method exists. - Able to render exception via
Exception::render()if the method exists. - Able to render exception if it implements
Illuminate\Contracts\Support\Responsable.