Method AllowAllEnvFilesOptional
| Improve this Doc View SourceAllowAllEnvFilesOptional()
Allows all .env files to be optional. This tells the loader not to raise an error in case the .env file is not found in any directory.
Declaration
public IEnvLoader AllowAllEnvFilesOptional()
Returns
Type | Description |
---|---|
IEnvLoader | An instance implementing the fluent interface. |