1.6.1
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