ldl-framework/env-builder

Env builder is a package which collects different env files within a specified directory and compiles them into one single .env file, useful when you have different .env files laying around in different folders and you want to have one single big file that you can load with Symfony's DotEnv loader o

Maintainers

Package info

github.com/ldl-php/ldl-env-builder

Homepage

pkg:composer/ldl-framework/env-builder

Statistics

Installs: 350

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 1

v0.0.1 2020-07-22 23:27 UTC

README

Collects ENV files from different directories and merges them into one big ENV file

Example usage

php bin/build env:build -d /path/to/project/with/env/files ./out.env