5

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?

5
  • You need to show the code Commented Feb 10, 2016 at 5:23
  • Which part of code you want to see? Commented Feb 10, 2016 at 18:16
  • The part from where exception is coming. (From the log you posted, "ExceptionServiceProvider.php on line 68") Commented Feb 10, 2016 at 20:35
  • Added to the Question .. Please see once. Commented Feb 11, 2016 at 7:14
  • Hi @Hola, how you solved this issue? Commented Nov 10, 2021 at 4:54

1 Answer 1

-1

Try this

php artisan cache:clear
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.