$this after(callable|string $callback) After an after validation callback. Parameters callable|string $callback Return Value $this
string askWithCompletion(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
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
bool viaRemember() Determine if the user was authenticated via "remember me" cookie. Return Value bool
void warn(string $string) Write a string as warning output. Parameters string $string Return Value void
$this load(array|string $relations) Eager load relations on the model. Parameters array|string $relations Return Value $this
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
string|array header(string $key = null, string|array|null $default = null) Retrieve a header from the request. Parameters string $key string|array|null $default Return Value string|array
array when() Get the events that trigger this service provider to register. Return Value array
$this cron(string $expression) The Cron expression representing the event's frequency. Parameters string $expression Return Value $this
Page 593 of 996