Skip to content

v4.3.0

Compare
Choose a tag to compare
@crynobone crynobone released this 26 Dec 11:16
· 47 commits to 4.x since this release

Added

  • Added to skeleton:
    • App\Lumen\Auth\Providers\Authorization.
    • App\Lumen\Auth\Providers\Passport.
    • Ignores Laravel\Passport\Exceptions\OAuthServerException from Lumen exception report handler.

Changes

  • Changes to skeleton:
    • Boot Laravie\Authen\BootAuthenProvider by default via App\Lumen\Providers\AuthServiceProvider.
  • Stop inappropriate env() lookup in Laravel\Lumen\Exceptions\Handler.
  • Register Orchestra\Foundation\Testing\Concerns\WithInstallation to Laravel\Lumen\Testing\TestCase.