Answer the question
In order to leave comments, you need to log in
Why are Routes not working in laravel (in a new project)?
Main page is running:
Route::get('/', function () {
return view('welcome');
});
Route::get('/r', function () {
return view('welcome');
});
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