static Response
create($url = '', int $status = 302, array $headers = array())
Factory method for chainability. Example: return Response::create($body, 200)
->setSharedMaxAge(300);
Parameters $url int $status The response status code array $headers An array of response headers Return Value Response