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