All notable changes to laravel-health-env-vars
will be documented in this file.
- an
env()
variable initialized tofalse
was evaluated as missing
- add
requireVarsMatchValues
: check if the given variables have been set to the given values - add
requireVarsForEnvironment
andrequireVarsForEnvironments
: same asrequireVarsMatchValues
, but check is performed only if the current environment matches the given one(s)
- refactor code
- Laravel 11 support
- Laravel 10 support
- prevent sending notifications when status is OK (thanks to https://github.com/maxkalahur)
- prevent sending notifications when status is OK (thanks to https://github.com/maxkalahur)
- support for PHP
8.2
- chore: use Laravel Pint
- add
requireVarsForEnvironments
: check if some variables have been set only in the given environments ( - e.g.
['qa', 'production']
) - more comments in the code
- typos
- change condition to fix PHPStan check
- improve documentation adding Caveats section in README.md
- typo (again...)
- remove duplicates from README.md
- update run-test GitHub action - same specs as spatie/laravel-health
- Laravel 8 support
- translations didn't work
- initial release