-
-
Notifications
You must be signed in to change notification settings - Fork 648
Closed
Description
I think it would be a good idea to change the Dotenv::load
method so that it wouldn't throw an exception. The motivation for this is that not all environments use a .env
file, for example when we deploy to Amazon we configure the environmental variables through OpsWorks. What this means in practice is that I need an additional check in application to see if the file actually exists before calling Dotenv::load
. What do you think?
markushausammann and w3slley
Metadata
Metadata
Assignees
Labels
No labels