在 Laravel 中找不到“Symfony\Component\Debug\ExceptionHandler”类

Hol*_*ola 5 php laravel

尝试访问>> http://localhost:phpmyadmin时显示以下错误。

致命错误:在中找不到类“Symfony\Component\Debug\ExceptionHandler”

C:\xampp\htdocs\laravel_blog\vendor\laravel\framework\src\Illuminate\Exception\ExceptionServiceProvider.php 第 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)
Run Code Online (Sandbox Code Playgroud)

我已经更新了作曲家。仍然显示错误。

我该如何解决?

par*_*oid -1

尝试这个

php artisan cache:clear
Run Code Online (Sandbox Code Playgroud)