Validator::after()

$this after(callable|string $callback) After an after validation callback. Parameters callable|string $callback Return Value $this

NotificationMakeCommand::askWithCompletion()

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

RouteCacheCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

SessionGuard::viaRemember()

bool viaRemember() Determine if the user was authenticated via "remember me" cookie. Return Value bool

ConfigClearCommand::warn()

void warn(string $string) Write a string as warning output. Parameters string $string Return Value void

Model::load()

$this load(array|string $relations) Eager load relations on the model. Parameters array|string $relations Return Value $this

NotificationMakeCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

FormRequest::header()

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

QueueServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

CallbackEvent::cron()

$this cron(string $expression) The Cron expression representing the event's frequency. Parameters string $expression Return Value $this