Reputation: 62
The exact error is :
PS C:\Users\Shubham\Documents\GitHub\orange-mlm> php artisan serve
In UrlGenerator.php line 128:
Illuminate\Routing\UrlGenerator::__construct(): Argument #2 ($request) must be of type Illuminate\Http\Reques
t, null given, called in C:\Users\Shubham\Documents\GitHub\orange-mlm\vendor\laravel\framework\src\Illuminate
\Routing\RoutingServiceProvider.php on line 64
I working on my project so long and when i restart my project i got this error.
Upvotes: -1
Views: 27
Reputation: 62
I got that error message because I used asset() in config folder. Try not to use any url() or asset() in the config folder mainly in app.php.
Upvotes: 0