---
title: "Keeping your .env.example file updated"
url: https://daily.dev/posts/keeping-your-env-example-file-updated--4vfyz8pe
source_url: https://downing.tech/posts/keeping-your-envexample-file-updated
type: article
source: "Laravel News"
published: 2022-02-15T14:16:52.088Z
updated: 2022-02-15T14:16:52.091Z
tags: ["php"]
reading_time: 4
upvotes: 13
comments: 2
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Keeping your .env.example file updated

**[Laravel News](https://daily.dev/sources/ln)** · 4 min read · 13 upvotes · 2 comments

## Summary

Envy is a Laravel package that checks your .env.example file for missing environment variables. It is not a sync-up between .env and.example files. It reads all of your project's config files (or any other files you've configured) and finds calls to the env function. Then, it compares those calls to what's contained inside your.env file. With that knowledge it is able to suggest additions or removals for you.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://downing.tech/posts/keeping-your-envexample-file-updated>

## Community discussion

Top comments from developers on daily.dev.

**@aloiscrr** · 0 upvotes

> Is there something similar to this for Node.js?

**@iamsajithk** · 0 upvotes

> Really needed for teams.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#php](https://daily.dev/tags/php)

[View this post on daily.dev](https://daily.dev/posts/keeping-your-env-example-file-updated--4vfyz8pe)
