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 ba0c16a commit 89f80d0Copy full SHA for 89f80d0
public/index.php
@@ -54,6 +54,8 @@
54
55
if (! is_file($envFile . '.env')) {
56
echo "Please create an .env file from the provided example in .env.txt as none was found.";
57
+
58
+ die;
59
}
60
61
Dotenv::createImmutable($envFile)->load();
0 commit comments