ScheduleRunCommand::option()
  • References/PHP/Laravel/Console/Scheduling

string|array option(string $key = null) Get the value of a command option

2025-01-10 15:47:30
Event::everyFiveMinutes()
  • References/PHP/Laravel/Console/Scheduling

$this everyFiveMinutes() Schedule the event to run every five minutes.

2025-01-10 15:47:30
ScheduleRunCommand::line()
  • References/PHP/Laravel/Console/Scheduling

void line(string $string, string $style = null, null|int|string $verbosity = null)

2025-01-10 15:47:30
ScheduleRunCommand::question()
  • References/PHP/Laravel/Console/Scheduling

void question(string $string, null|int|string $verbosity = null) Write

2025-01-10 15:47:30
Schedule::exec()
  • References/PHP/Laravel/Console/Scheduling

Event exec(string $command, array $parameters = array())

2025-01-10 15:47:30
CallbackEvent::days()
  • References/PHP/Laravel/Console/Scheduling

$this days(array|mixed $days) Set the days of the week the command should

2025-01-10 15:47:30
Event::runsInMaintenanceMode()
  • References/PHP/Laravel/Console/Scheduling

bool runsInMaintenanceMode() Determine if the event runs in maintenance

2025-01-10 15:47:30
Event::at()
  • References/PHP/Laravel/Console/Scheduling

$this at(string $time) Schedule the command at a given time.

2025-01-10 15:47:30
CallbackEvent::quarterly()
  • References/PHP/Laravel/Console/Scheduling

$this quarterly() Schedule the event to run quarterly.

2025-01-10 15:47:30
CallbackEvent::yearly()
  • References/PHP/Laravel/Console/Scheduling

$this yearly() Schedule the event to run yearly.

2025-01-10 15:47:30