CallbackEvent::quarterly()
  • References/PHP/Laravel/Console/Scheduling

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

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

$this sundays() Schedule the event to run only on Sundays.

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

$this saturdays() Schedule the event to run only on Saturdays.

2025-01-10 15:47:30
Command::hasOption()
  • References/PHP/Laravel/Console

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

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

$this runInBackground() State that the command should run in background

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

string anticipate(string $question, array $choices, string $default = null)

2025-01-10 15:47:30
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
Application::resolveCommands()
  • References/PHP/Laravel/Console

$this resolveCommands(array|mixed $commands) Resolve an array of commands

2025-01-10 15:47:30