We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80d5e0 commit 8fe6b53Copy full SHA for 8fe6b53
config.php
@@ -1,7 +1,7 @@
1
<?php
2
require_once 'vendor/autoload.php';
3
4
-$dotenv = new Dotenv\Dotenv('.');
+$dotenv = new Dotenv\Dotenv(__DIR__);
5
$dotenv->load();
6
7
foreach($_ENV as $key => $val) {
0 commit comments