Hi, I am havign this error while installing laravel on live. I cloned from GIT. Catchable fatal error: Argument 1 passed to Illuminate\Foundation\Application::__construct() must be an instance of Illuminate\Http\Request, string given, called in /home/xyz/abc.com/bootstrap/app.php Composer is installed sucess fully.
Command run : composer intall composer update composer update -vvv
I get that error when : running all command above. php artisan
I have researched on this everywhere. Some questions are unanswered some i tried didn't work.
Please help.
Regards, Prajwol Raj Onta
Illuminate\Foundation\Application::__construct(string|null $basePath = null)
so most probably something is wrong with your composer configuration, try composer dump-autoload -o
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community