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

$this everyThirtyMinutes() Schedule the event to run every thirty minutes

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

$this appendOutputTo(string $location) Append the output of the command

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

string ask(string $question, string $default = null) Prompt the user for

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

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)

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