Laravel - Routing
Given the route below, what will happen if a POST request is sent to '/profile/update'?
Route::put('/profile/update', [ProfileController::class, 'update']);Route::put('/profile/update', [ProfileController::class, 'update']);15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions