ResponseFactory interface ResponseFactory (
StreamedResponse stream(Closure $callback, int $status = 200, array $headers = array())
Response make(string $content = '', int $status = 200, array $headers = array())
RedirectResponse redirectTo(string $path, int $status = 302,
string asset(string $path, bool $secure = null) Generate the URL to an
void post(string $uri, Closure|array|string $action)
void match(array|string $methods, string $uri, Closure|array|string $action)
void substituteImplicitBindings(Route $route)
void resource(string $name, string $controller, array $options = array())
UrlRoutable interface UrlRoutable (
Page 3 of 4