No command is working, I also tried to update Composer, but the case is the same. I found a guide that said to ignore the url() and asset() method, but it did not solve the issue.
Illuminate\Routing\UrlGenerator::__construct(): Argument #2 ($request) must be of type Illumina te\Http\Request, null given, called in D:\artyir\xampp8\htdocs\boilerplate\core\vendor\laravel\
framework\src\Illuminate\Routing\RoutingServiceProvider.php on line 65
I got that error message because I used url() in config folder.
Try not to use any url() or asset() in the config folder mainly in app.php.
I faced same problem when I used asset() function in some file in config folder, so try to remove any helper function from all config files, it prevents the loading of the app routes.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With