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 5a82bb6 commit 8696960Copy full SHA for 8696960
public/index.php
@@ -54,6 +54,8 @@
54
55
if (! is_file($envFile)) {
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