string askWithCompletion(string $question, array $choices, string $default = null)
bool confirm(string $question, bool $default = false) Confirm a question
$this everyMinute() Schedule the event to run every minute.
$this thursdays() Schedule the event to run only on Thursdays.
$this monthly() Schedule the event to run monthly.
void __construct(string $command) Create a new event instance.
$this withoutOverlapping() Do not allow the event to overlap each other
$this wednesdays() Schedule the event to run only on Wednesdays.
string getExpression() Get the Cron expression for the event.
void __construct(Schedule $schedule)
Page 11 of 15