Releases: mathiasgrimm/laravel-env-validator
Releases · mathiasgrimm/laravel-env-validator
Release Notes
Adding Lumen Support (thanks to @jfoliveira)
Changes
- adding ignores to the .gitignore
Fixing Bugs
There is a bug that would not load APP_ENV into $_SERVER or $_ENV while running the tests, therefore, I had to change the way I read the env variables, which is actually more correct now.
Release note
Test