📅  最后修改于: 2022-03-11 14:53:39.475000             🧑  作者: Mango
Route::post('/user/profile', function () {
// Update the user's profile...
return redirect('/dashboard')->with('status', 'Profile updated!');
});