This changelog references the relevant changes (bug and security fixes) done to orchestra/kernel
.
Release: 2020-04-03
- Use
$this->container
instead of deprecated$this->app
for manager extendingIlluminate\Support\Manager
.
- Use
app()
instead of$this->app
as it would bind to different scope under macros.
- Remove authenticating route helpers.
Released: 2020-03-08
- Update support for Laravel Framework v7.