Answer the question
In order to leave comments, you need to log in
Why do routes stop working after Laravel update?
After upgrading to Laravel 7, all routes stopped working. On all pages an error is produced Missing required parameters for Route
, although I pass the parameters.
Here is one of the many routes that looks like this
Route::get('/{nickname}', '[email protected]')->name('profile');
{{route('profile', ['nickname' => $user->nickname])}}
{{route('profile', $user->nickname)}}
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