Skip to content

v3.8.7

Choose a tag to compare

@crynobone crynobone released this 02 Sep 06:44
· 10 commits to 3.8 since this release

Changes

  • Set $user to Illuminate\Http\Request::setUserResolver() when user get authenticated via Laravel\Lumen\Auth\Providers\Guard implementations.
  • 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.