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 8696960 commit b22e640Copy full SHA for b22e640
public/index.php
@@ -52,7 +52,7 @@
52
*/
53
$envFile = __DIR__ . '/../';
54
55
-if (! is_file($envFile)) {
+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;
0 commit comments