Command::option()
  • References/PHP/Laravel/Console

string|array option(string $key = null) Get the value of a command option

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

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

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

$this sendOutputTo(string $location, bool $append = false) Send the output

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

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

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

void run(Container $container)

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

$this evenInMaintenanceMode() State that the command should run even in

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

void info(string $string, null|int|string $verbosity = null) Write a string

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

void line(string $string, string $style = null, null|int|string $verbosity = null)

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

bool runsInEnvironment(string $environment) Determine if the event runs

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

void warn(string $string, null|int|string $verbosity = null) Write a string

2025-01-10 15:47:30