Correct search path for .env file #47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "configpath"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm running successwhale from a subdirectory. For some reason the file_exists("./.env") check fails even though the file exists. Changing this to file_exists(DIR."/.env") appears to solve the problem.
Thanks!