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.

4m read timeFrom downing.tech
Post cover image
Table of contents
How does it work?Running in CIConfigurationSide notesConclusion
2 Comments

Sort: