string secret(string $question, bool $fallback = true) Prompt the user
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()
string buildCommand() Build the command string.
$this daily() Schedule the event to run daily.
Page 6 of 15