我刚刚运行了“usr / local / bin / php artisan routes”
把它拿回来了:
{"error":{"type":"ErrorException","message":"Argument 1 passed to
Illuminate\\Routing\\Router::findPatternFilters() must be an instance of
Symfony\\Component\\HttpFoundation\\Request, string given, called in
\/Users\/myaccount\/Code\/scratch\/dice\/laravel\/vendor\/laravel
\/framework\/src\/Illuminate\/Foundation\/Console\/RoutesCommand.php on line 170 and
defined","file":"\/Users\/jmorati\/Code\/scratch\/dice\/laravel\/bootstrap\/compiled.php",
"line":4838}}
我找不到其他人有这个问题,所以我希望有人可以告诉我那里发生的事情。
我已删除所有路由并再次尝试使用默认的get路由尝试每次都有相同的错误。
任何有关导致此错误的建议都将不胜感激。谢谢。