Releases: orchestral/lumen
Releases · orchestral/lumen
v5.0.3
v5.0.2
v5.0.1
v5.0.0
Changes
- Update support for Laravel Framework v7.
- Change helpers namespace from
api
toLaravel\Lumen
.
Removed
- Remove following methods from
Laravel\Lumen\Application
:configurationIsCached()
.detectEnvironment()
.environmentFile()
.environmentFilePath()
.environmentPath()
.getCachedRoutesPath()
.getConfigurationPath()
.loadEnvironmentFrom()
.routesAreCached()
.
v4.6.0
v4.5.0
v4.4.1
v4.4.0
v4.3.1
v4.3.0
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 viaApp\Lumen\Providers\AuthServiceProvider
.
- Boot
- Stop inappropriate
env()
lookup inLaravel\Lumen\Exceptions\Handler
. - Register
Orchestra\Foundation\Testing\Concerns\WithInstallation
toLaravel\Lumen\Testing\TestCase
.