void setPreviousUrl(string $url) Set the "previous" URL in the session. Parameters string $url Return Value void
$this putJson(string $uri, array $data = array(), array $headers = array()) Visit the given URI with a PUT request, expecting a JSON response. Parameters string $uri array $data array $headers Return Value $this
array arguments() Get all of the arguments passed to the command. Return Value array
string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
mixed guard(string|null $name = null) Get a guard instance by name. Parameters string|null $name Return Value mixed
void info(string $string) Write a string as information output. Parameters string $string Return Value void
string __toString() Render the contents of the paginator when casting to string. Return Value string
array files(string|null $directory = null, bool $recursive = false) Get an array of all files in a directory. Parameters string|null $directory bool $recursive Return Value array
mixed queue(string|array $view, array $data = array(), Closure|string $callback = null, string $queue = null) Queue a new e-mail message for sending. Parameters string|array $view array $data Closure|string $callback string $queue Return Value mixed
Page 293 of 996