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

HashServiceProvider::register()

void register() Register the service provider. 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

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

MakeAuthCommand::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

MorphPivot::observe()

static void observe(object|string $class, int $priority) Register an observer with the Model. Parameters object|string $class int $priority Return Value void

MorphPivot::touchOwners()

void touchOwners() Touch the owning relations of the model. Return Value void