bool confirm(string $question, bool $default = false) Confirm a question
$this thursdays() Schedule the event to run only on Thursdays.
void __construct(string $command) Create a new event instance.
void __construct(Schedule $schedule)
$this everyMinute() Schedule the event to run every minute.
$this monthly() Schedule the event to run monthly.
$this cron(string $expression) The Cron expression representing the event's
$this withoutOverlapping() Do not allow the event to overlap each other
$this daily() Schedule the event to run daily.
Page 12 of 15