Releases: orchestral/foundation
Releases · orchestral/foundation
v3.6.0
Added
- Added
Orchestra\Foundation\Support\Providers\Concerns\RouteProvider
. - Added
Orchestra\Foundation\Concerns\RedirectUsers
. - Added
Orchestra\Foundation\Concerns\Timezone
.
Changes
- Update support for Laravel Framework v5.6.
- Rename controllers'
setupMiddleware()
method toonCreate()
. Orchestra\Foundation\Support\Providers\ModuleServiceProvider
now only register routes ifIlluminate\Contracts\Http\Kernel
can be resolved.- Rename
Orchestra\Foundation\Testing\Concerns\WithInstallation::install()
torunInstallation()
.
Deprecated
- Deprecated
Orchestra\Foundation\Support\Providers\Traits\RouteProvider
, useOrchestra\Foundation\Support\Providers\Concerns\RouteProvider
instead. - Deprecated
Orchestra\Foundation\Traits\RedirectUsers
, useOrchestra\Foundation\Concerns\RedirectUsers
instead. - Deprecated
Orchestra\Foundation\Traits\Timezone
, useOrchestra\Foundation\Concerns\Timezone
instead.
Removed
- Remove
Orchestra\Foundation\Bootstrap\LoadAuthen
. - Remove
Orchestra\Foundation\Console\Commands\OptimizeCommand
. - Remove
Orchestra\Foundation\Listeners\UserAccess
.
v3.5.2
v3.5.1
v3.5.0
v3.4.4
v3.4.3
v3.4.2
v3.4.1
v3.4.0
v3.3.0
- Update support to Laravel Framework v5.3.20+.
- A new backend theme with Vue.js integration.
- Add support for
laravie/authen
andmpociot/reauthenticate
. - Remove
Orchestra\Foundation\Http\Middleware\CanManage
. - Remove
Orchestra\Foundation\Http\Middleware\RequireCsrfToken
.