jonathan-martz/lumen-exeception-to-json

Php Lumen handle api exception.

0.3.6 2020-03-27 20:27 UTC

README

Installations

update App/Execption/Handler

public function render($request, Exception $e){
    return $this->ExceptionHandler
    ->toJson($request, $e);
}