void fire() Execute the console command. Return Value void
$this from(string|array $address, string|null $name = null) Add a "from" address to the message. Parameters string|array $address string|null $name Return Value $this
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
array allFiles(string $directory, bool $hidden = false) Get all of the files from the given directory (recursive). Parameters string $directory bool $hidden Return Value array
static Builder query() Begin querying the model. Return Value Builder
bool touch() Update the model's update timestamp. Return Value bool
string compileDropIndex(Blueprint $blueprint, Fluent $command) Compile a drop index command. Parameters Blueprint $blueprint Fluent $command Return Value string
bool isClean(array|string|null $attributes = null) Determine if the model or given attribute(s) have remained the same. Parameters array|string|null $attributes Return Value bool
$this monthly() Schedule the event to run monthly. Return Value $this
void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void
Page 562 of 996