Lumen Api 异常处理类
composer require "hongjh/lumen-api-hander"
在 /bootstrap/app.php 40-45行左右,替换
$app->singleton(
Illuminate\Contracts\Debug\ExceptionHandler::class,
Hongjh\Exceptions\ApiHandler::class
);
设置 .env APP_DEBUG=true, 并在
在 HTTP 报头加上 Accept = text/html,会显示错误栈