Laravel - Routing
What is wrong with this Laravel route if it should update a user profile?
Route::post('/user/update', [UserController::class, 'update']);Route::post('/user/update', [UserController::class, 'update']);15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions