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 029ee16 commit f34ac50Copy full SHA for f34ac50
src/bref-init.php
@@ -3,6 +3,7 @@
3
use Bref\Bref;
4
5
use CacheWerk\BrefLaravelBridge\HandlerResolver;
6
+use CacheWerk\BrefLaravelBridge\MaintenanceMode;
7
use CacheWerk\BrefLaravelBridge\StorageDirectories;
8
9
Bref::beforeStartup(static function () {
@@ -12,6 +13,8 @@
12
13
14
StorageDirectories::create();
15
16
+ MaintenanceMode::setUp();
17
+
18
$defaultConfigCachePath = $_SERVER['LAMBDA_TASK_ROOT'] . '/bootstrap/cache/config.php';
19
20
if (file_exists($defaultConfigCachePath)) {
0 commit comments