NotificationMakeCommand::hasOption()

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

ConfigClearCommand::warn()

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

SessionGuard::viaRemember()

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

RouteCacheCommand::ask()

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

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

Validator::after()

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

Collection::has()

bool has(mixed $key) Determine if an item exists in the collection by key. Parameters mixed $key Return Value bool

HashServiceProvider::register()

void register() Register the service provider. Return Value void

MailMakeCommand::warn()

void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void

Collection::has()

bool has(mixed $key) Determine if an item exists in the collection by key. Parameters mixed $key Return Value bool