From 228aa230e6565e3d77a4655decf8f33f618464c6 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 16 Jul 2020 14:27:19 -0500 Subject: [PATCH] update for maintenance mode --- public/index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/index.php b/public/index.php index 719ab780..fc698981 100644 --- a/public/index.php +++ b/public/index.php @@ -5,6 +5,10 @@ use Illuminate\Http\Request; define('LARAVEL_START', microtime(true)); +if (file_exists(__DIR__.'/../bootstrap/maintenance.php')) { + require __DIR__.'/../bootstrap/maintenance.php'; +} + /* |-------------------------------------------------------------------------- | Register The Auto Loader