Méthode |
Description |
|
redirectBack ( array $data = [] ) : Illuminate\Http\RedirectResponse |
Redirect back with old input and the specified data. |
|
redirectBackWithErrors ( array $errors = null ) : Illuminate\Http\RedirectResponse |
Redirect to back with errors. |
|
redirectIntended ( mixed $default = null ) : Illuminate\Http\RedirectResponse |
Redirect a logged in user to the previously intended url. |
|
redirectToRoute ( string $route, array $params = [], array $data = [] ) : Illuminate\Http\RedirectResponse |
Redirect to the specified named route. |
|