Securely manage Laravel .env files for different deployment environments
Env is a lightweight library bringing .env file parser compatibility to PHP. In short - it enables you to read .env files with PHP.
Symfony Dotenv parses .env files to make environment variables stored in them accessible via getenv(), $_ENV, or $_SERVER.
Env-diff is a lightweight library which sync your .env files with .env.dist by composer scripts, hooks or manual running
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.