We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071a05b commit 03ac80bCopy full SHA for 03ac80b
bootstrap/app.php
@@ -12,7 +12,7 @@
12
*/
13
14
$app = new Illuminate\Foundation\Application(
15
- $_ENV['LARAVEL_BASE_PATH'] ?? dirname(__DIR__)
+ $_ENV['APP_BASE_PATH'] ?? dirname(__DIR__)
16
);
17
18
/*
0 commit comments