今天在写laravel的时候运行 php artisan serve 遇到了以下错误:
Illuminate\Routing\UrlGenerator::__construct(): Argument #2 ($request) must be of type Illuminate\Http\Re
quest, null given, called in /home/inkedus/Code/github/private/pinking/vendor/laravel/framework/src/Illum
inate/Routing/RoutingServiceProvider.php on line 64
经过我的一系列排查,解决方法如下:
避免在配置文件中使用辅助函数 url()
,例如asset()
等。