Event::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
ScheduleRunCommand::hasOption()
  • References/PHP/Laravel/Console/Scheduling

bool hasOption(string $name) Determine if the given option is present.

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

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

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

ScheduleRunCommand class ScheduleRunCommand extends

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

$this when(Closure $callback)

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

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

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

bool hasArgument(string|int $name) Determine if the given argument is present

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

$this sendOutputTo(string $location, bool $append = false) Send the output

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

$this thenPing(string $url) Register a callback to ping a given URL after

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

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

2025-01-10 15:47:30