$this withException(Exception $e) Set the exception to attach to the response. Parameters Exception $e Return Value $this
$this withErrors(MessageProvider|array|string $provider, string $key = 'default') Flash a container of errors to the session. Parameters MessageProvider|array|string $provider string $key Return Value $this
$this withCookies(array $cookies) Add multiple cookies to the response. Parameters array $cookies Return Value $this
$this withCookie(Cookie|mixed $cookie) Add a cookie to the response. Parameters Cookie|mixed $cookie Return Value $this
RedirectResponse with(string|array $key, mixed $value = null) Flash a piece of data to the session. Parameters string|array $key mixed $value Return Value RedirectResponse
throwResponse() Throws the response in a HttpResponseException instance. Exceptions HttpResponseException
int status() Get the status code for the response. Return Value int
void setSession(Store $session) Set the session store implementation. Parameters Store $session Return Value void
void setRequest(Request $request) Set the request instance. Parameters Request $request Return Value void
$this onlyInput() Flash an array of input to the session. Return Value $this
Page 293 of 996