bool wantsJson() Determine if the current request is asking for JSON in return. Return Value bool
$this content(string $content) Set the content of the Slack message. Parameters string $content Return Value $this
$this action(string $text, string $url) Configure the "call to action" button. Parameters string $text string $url Return Value $this
void warn(string $string) Write a string as warning output. Parameters string $string Return Value void
bool guest() Determine if the current user is a guest. Return Value bool
array getReplacers() Get the array of custom validator message replacers. Return Value array
array getAction() Get the action array for the route. Return Value array
array getObservableEvents() Get the observable event names. Return Value array
string fullUrl() Get the full URL for the request. Return Value string
int queue(string $command, array $parameters = array()) Queue the given console command. Parameters string $command array $parameters Return Value int
Page 826 of 996