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

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

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

$this then(Closure $callback)

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

$this fridays() Schedule the event to run only on Fridays.

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

$this user(string $user) Set which user the command should run as.

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

void __construct(string $command) Create a new event instance.

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

$this wednesdays() Schedule the event to run only on Wednesdays.

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

$this emailOutputTo(array|mixed $addresses, bool $onlyIfOutputExists = false)

2025-01-10 15:47:30