static Response create($url = '', int $status = 302, array $headers = array())
Factory method for chainability.
Example:
return Response::create($body, 200)
    ->setSharedMaxAge(300);
 static Response create($url = '', int $status = 302, array $headers = array())
Factory method for chainability.
Example:
return Response::create($body, 200)
    ->setSharedMaxAge(300);
 
Please login to continue.