string getExpression() Get the Cron expression for the event.
bool isDue(Application $app)
void line(string $string, string $style = null, null|int|string $verbosity = null)
Event command(string $command, array $parameters = array())
$this sundays() Schedule the event to run only on Sundays.
$this weekdays() Schedule the event to run only on weekdays.
$this after(Closure $callback)
$this everyTenMinutes() Schedule the event to run every ten minutes.
Application getLaravel()
array options() Get all of the options passed to the command.
Page 8 of 24