$this cron(string $expression) The Cron expression representing the event's
$this daily() Schedule the event to run daily.
$this user(string $user) Set which user the command should run as.
$this sendOutputTo(string $location, bool $append = false) Send the output
void __construct(string $callback, array $parameters = array()) Create
void error(string $string, null|int|string $verbosity = null) Write a string
void setLaravel(Container $laravel)
string|array argument(string $key = null) Get the value of a command argument
$this weeklyOn(int $day, string $time = '0:0') Schedule the event to run
array dueEvents(Application $app)
Page 13 of 15