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

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

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

$this withoutOverlapping() Do not allow the event to overlap each other

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

bool runsInMaintenanceMode() Determine if the event runs in maintenance

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

$this everyMinute() Schedule the event to run every minute.

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

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

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

void setLaravel(Container $laravel)

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

int call(string $command, array $arguments = array()) Call another console

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

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

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

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

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

bool filtersPass(Application $app)

2025-01-10 15:47:30