string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void
static array compiles() Get a list of files that should be compiled for the package. Return Value array
string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
Model create(array $attributes) Create a new instance of the related model. Parameters array $attributes Return Value Model
ArrayIterator getIterator() Get an iterator for the items. Return Value ArrayIterator
void touchOwners() Touch the owning relations of the model. Return Value void
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
void setSelector(MessageSelector $selector) Set the message selector instance. Parameters MessageSelector $selector Return Value void
Page 67 of 996