Answer the question
In order to leave comments, you need to log in
Laravel, validator doesn't see bound parameters?
I can't find what the problem is, a simple get request:
Route::post('delete-member/{user}', '[email protected]')
->name('member.remove');
$this->validate($request,[
'user' => 'required|exists:users,name'
]);
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