run(); return $this->withJson($response, [ 'message' => 'Install finished' ]); } catch (Exception $e) { return $this->withJson($response, [ 'message' => 'Install with error', 'error' => $e->getMessage() ]); } } }