Skip to content

1.6.1

Compare
Choose a tag to compare
@mcamara mcamara released this 01 Oct 07:45
· 45 commits to master since this release
4f0bfd8
Support Laravel < 6 for Illuminate\Support\Env usage (#750)

* Use Env::get instead of env

It conflicts with other `env()` global functions (such as CakePHP), and most of them don't handle closures.

* Support Laravel < 6 for Illuminate\Support\Env usage

Fixed `env()` and `Illuminate\Support\Env` usage to support Laravel < 6