W3Cschool
恭喜您成為首批注冊(cè)用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
路由命名可以方便地為指定路由生成 URL 或者重定向。通過(guò)在路由定義上鏈?zhǔn)秸{(diào)用 name
方法可以指定路由名稱:
Route::get('user/profile', function () {
//
})->name('profile');
你還可以指定控制器行為的路由名稱:
Route::get('user/profile', [UserProfileController::class, 'show'])->name('profile');
注意:路由命名必須是唯一的
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: