string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
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
$this after(callable|string $callback) After an after validation callback. Parameters callable|string $callback Return Value $this
void register() Register the service provider. Return Value void
bool has(mixed $key) Determine if an item exists in the collection by key. Parameters mixed $key Return Value bool
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
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
static void observe(object|string $class, int $priority) Register an observer with the Model. Parameters object|string $class int $priority Return Value void
void touchOwners() Touch the owning relations of the model. Return Value void
Page 63 of 996