void touch() Touch all of the related models for the relationship. Return Value void
string path() Get the fully qualified path to the file. Return Value string
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
void line(string $string, string $style = null, null|int|string $verbosity = null) Write a string as standard output. Parameters string $string string $style null|int|string $verbosity Return Value void
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
array options() Get all of the options passed to the command. Return Value array
Fluent unsignedInteger(string $column, bool $autoIncrement = false) Create a new unsigned integer (4-byte) column on the table. Parameters string $column bool $autoIncrement Return Value Fluent
$this offset(int $value) Set the "offset" value of the query. Parameters int $value Return Value $this
$this wednesdays() Schedule the event to run only on Wednesdays. Return Value $this
void __construct(array $options) Create a new middleware option instance. Parameters array $options Return Value void
Page 162 of 996