We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8da41a commit 4f91f35Copy full SHA for 4f91f35
app/Config/Paths.php
@@ -81,8 +81,10 @@ class Paths
81
* ENVIRONMENT DIRECTORY NAME
82
* ---------------------------------------------------------------
83
*
84
- * This variable must contain the name of the directory for
85
- * environment files.
+ * This variable must contain the name of the directory where
+ * the .env file is located.
86
+ * Please consider security implications when changing this
87
+ * value - the directory should not be publicly accessible.
88
*/
89
public string $envDirectory = __DIR__ . '/../../';
90
}
0 commit comments