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 b2e9ccc commit 4f24630Copy full SHA for 4f24630
yolo
@@ -11,6 +11,7 @@ if (file_exists(__DIR__ . '/../../autoload.php')) {
11
}
12
13
// path to the app root
14
+echo __DIR__;
15
const BASE_PATH = __DIR__ . '/../../../';
16
17
Dotenv::createImmutable(BASE_PATH)->load();
0 commit comments