当我在我的终端中运行下面的命令,它显示下面的代码而不是路由
php artisan route:list
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="1;url=http://localhost/login" />
<title>Redirecting to http://localhost/login</title>
</head>
<body>
Redirecting to <a href="http://localhost/login">http://localhost/login</a>.
</body>
</html>
[Symfony \ Component \ Debug \ Exception \ FatalThrowableError]致命错误:类'App \ Http \ Controllers \ Redirect'未找到