void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void
string path() Get the fully qualified path to the file. Return Value string
void touch() Touch all of the related models for the relationship. Return Value void
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
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
array options() Get all of the options passed to the command. Return Value array
$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
Page 161 of 996