Store::setPreviousUrl()

void setPreviousUrl(string $url) Set the "previous" URL in the session. Parameters string $url Return Value void

TestCase::putJson()

$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

VendorPublishCommand::arguments()

array arguments() Get all of the arguments passed to the command. Return Value array

ListFailedCommand::anticipate()

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

Factory::guard()

mixed guard(string|null $name = null) Get a guard instance by name. Parameters string|null $name Return Value mixed

MiddlewareMakeCommand::info()

void info(string $string) Write a string as information output. Parameters string $string Return Value void

InstallCommand::anticipate()

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

Paginator::__toString()

string __toString() Render the contents of the paginator when casting to string. Return Value string

FilesystemAdapter::files()

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

Mailer::queue()

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