# Env File Analyzer
Category | Severity | Time To Fix |
---|---|---|
✅ Reliability | ⚠️ Critical | 10 minutes |
Class: Enlightn\Enlightn\Analyzers\Reliability\EnvFileAnalyzer
# Introduction
This analyzer confirms that a .env
file exists for your application.
# How To Fix
To fix this issue, create a .env
file from the .env.example
file:
cp .env.example .env
Then, edit the env variables based on your application needs.