You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments