We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$APP_STORAGE_PATH
1 parent 0fa09a6 commit 81bccc4Copy full SHA for 81bccc4
1 file changed
bootstrap/app.php
@@ -15,6 +15,10 @@
15
$_ENV['APP_BASE_PATH'] ?? dirname(__DIR__)
16
);
17
18
+if (isset($_ENV['APP_STORAGE_PATH'])) {
19
+ $app->useStoragePath($_ENV['APP_STORAGE_PATH']);
20
+}
21
+
22
/*
23
|--------------------------------------------------------------------------
24
| Bind Important Interfaces
0 commit comments