Make environment files optional #993
tom-combet
started this conversation in
Ideas
Replies: 1 comment 13 replies
-
I'm a bit confused here. Can you share more details about your setup and your configuration file? |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As a developer, I want to add optional environment files so that I can allow local environment files to final users without versioning them.
Currently, GrumPHP throws an exception if environment file is not found:
PHP Fatal error: Uncaught _HumbugBox84aa00e62dca\Symfony\Component\Dotenv\Exception\PathException: Unable to read the ".env.local" environment file.
Is it normal behavior or should I create a pull request?
Beta Was this translation helpful? Give feedback.
All reactions