string|array option(string $key = null) Get the value of a command option
$this at(string $time) Schedule the command at a given time.
bool|null fire() Execute the console command.
$this everyFiveMinutes() Schedule the event to run every five minutes.
$this days(array|mixed $days) Set the days of the week the command should
void warn(string $string, null|int|string $verbosity = null) Write a string
void line(string $string, string $style = null, null|int|string $verbosity = null)
$this runInBackground() State that the command should run in background
$this dailyAt(string $time) Schedule the event to run daily at a given
Application getLaravel()
Page 13 of 24