Answer the question
In order to leave comments, you need to log in
Why does laravel say that the controller is not found?
I created the 'Main' controller, the controller has the 'index' function, I wrote in it:
public function index()
{
return view('index');
}
Route::get('/', '[email protected]');
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question