string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
array compileAdd(Blueprint $blueprint, Fluent $command) Compile alter table commands for adding columns. Parameters Blueprint $blueprint Fluent $command Return Value array
void touchOwners() Touch the owning relations of the model. Return Value void
static void observe(object|string $class, int $priority) Register an observer with the Model. Parameters object|string $class int $priority 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
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
Page 409 of 996