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

$this at(string $time) Schedule the command at a given time.

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

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

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

$this name(string $description) Set the human-friendly description of the

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

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

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

void __construct(Filesystem $files)

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

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

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

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

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

$this twiceDaily(int $first = 1, int $second = 13) Schedule the event to

2025-01-10 15:47:30