Env Example
All env variables used in your .env file are defined in your .env.example file.
- Severity
- Minor
- Typical fix
- ~10 minutes
- Analyzer
- EnvExampleAnalyzer
What it checks
A focused signal for reliability risk.
All env variables used in your .env file are defined in your .env.example file. LaraBeacon evaluates the relevant Laravel code, configuration, dependency, or runtime boundary and reports the concrete location whenever the analyzer can identify one.
Recommended response
Fix the cause, then lock in the decision.
Correct the reported configuration or code path, cover the failure mode with an automated test, and include the check in the release workflow.
If the behavior is intentional, document the decision through LaraBeacon’s baseline or analyzer configuration instead of silently ignoring the result in a release pipeline.
Availability
Included in the open-source Core.
This analyzer ships with LaraBeacon Core and can run locally or in CI without a LaraBeacon account.