While trying to access>> http://localhost:phpmyadmin It's showing following Error.
Fatal error: Class 'Symfony\Component\Debug\ExceptionHandler' not found in
C:\xampp\htdocs\laravel_blog\vendor\laravel\framework\src\Illuminate\Exception\ExceptionServiceProvider.php on line 68
Open: C:\xampp\htdocs\laravel\bootstrap\compiled.php
if (!is_null($route)) {
return $route->bind($request);
}
$others = $this->checkForAlternateVerbs($request);
if (count($others) > 0) {
return $this->getOtherMethodsRoute($request, $others);
}
throw new NotFoundHttpException();
}
protected function checkForAlternateVerbs($request)
I have updated the composer. Still showing the error.
How do I resolve it?