Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
ERRORS AND LOGGING
in /app/Exceptions/Hadler.php
public function render($request, Exception $e)
{
if ($e instanceof \Illuminate\Database\Eloquent\ModelNotFoundException) {
return abort(404);
}
return parent::render($request, $e);
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question