400, 'message' => '系统正在升级中' ], 503); // 使用503状态码表示服务不可用 // 抛出异常中断请求 throw new HttpResponseException($response); } if(!file_exists(__DIR__.'/../../../install/install.lock')){ throw new HttpResponseException( Response::create('/install.html', 'redirect')->code(302)); } } public function after(Response $response) { } }