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

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