S
S
Sergey Gutovsky2017-07-26 15:47:45
Laravel
Sergey Gutovsky, 2017-07-26 15:47:45

Why are Routes not working in laravel (in a new project)?

Main page is running:

Route::get('/', function () {
    return view('welcome');
});

But any other route - no
Route::get('/r', function () {
    return view('welcome');
});

Gives an error that page not found

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladislav Gaiduk, 2017-07-26
@Danan

Have you set up nginx?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question