add laravel/prompts support, and change deploy commands and exception handlers

This commit is contained in:
crazywhalecc
2023-08-08 20:23:38 +08:00
committed by Jerry Ma
parent 7298e2441b
commit 4bab7ecfab
4 changed files with 54 additions and 43 deletions

View File

@@ -47,7 +47,8 @@ class ExceptionHandler
logger()->error($e->getTraceAsString());
return;
}
$this->whoops->handleException($e);
logger()->critical('You can report this exception to static-php-cli GitHub repo.');
}
}