Laravel 8 redirect() {#collection-method}

2021-07-19 10:39 更新

redirect 函數(shù)返回 重定向 HTTP 響應(yīng),如果不帶參數(shù)調(diào)用則返回重定向器實(shí)例:

return redirect($to = null, $status = 302, $headers = [], $secure = null);

return redirect('/home');

return redirect()->route('route.name'); 


以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)