【发布时间】:2017-12-16 23:05:02
【问题描述】:
每当我运行php artisan serve 或使用php artisan 的任何其他命令时,我都会收到此错误。
[Symfony\Component\Debug\Exception\FatalThrowableError]
Type error: Argument 2 passed to
Illuminate\Routing\UrlGenerator::__construct() must be an instance of
Illuminate\Http\Request, null given, called in
/Volumes/Dev/Development/crewlogix/aplica _student/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php on line 64
【问题讨论】:
-
检查 laravel 日志,解决后再次运行 artisan
-
@Mohammadb 我检查了日志,这与控制台相同
-
提出有问题的路由文件代码