ResponseFactory::redirectToIntended()

RedirectResponse redirectToIntended(string $default = '/', int $status = 302, array $headers = array(), bool|null $secure = null)

Create a new redirect response to the previously intended location.

Parameters

string $default
int $status
array $headers
bool|null $secure

Return Value

RedirectResponse
doc_Laravel
2016-11-02 16:36:23
Comments
Leave a Comment

Please login to continue.