ConfigPublishCommand::choice()
  • References/PHP/Laravel/Foundation/Console

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

2025-01-10 15:47:30
MailMakeCommand::confirm()
  • References/PHP/Laravel/Foundation/Console

bool confirm(string $question, bool $default = false) Confirm a question

2025-01-10 15:47:30
Kernel::handle()
  • References/PHP/Laravel/Foundation/Console

int handle(InputInterface $input, OutputInterface $output = null) Run the

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

void setLaravel(Application $laravel)

2025-01-10 15:47:30
EnvironmentCommand::question()
  • References/PHP/Laravel/Foundation/Console

void question(string $string) Write a string as question output.

2025-01-10 15:47:30
EventGenerateCommand::getLaravel()
  • References/PHP/Laravel/Foundation/Console

Application getLaravel()

2025-01-10 15:47:30
PolicyMakeCommand::secret()
  • References/PHP/Laravel/Foundation/Console

string secret(string $question, bool $fallback = true) Prompt the user

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

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

2025-01-10 15:47:30
AppNameCommand::option()
  • References/PHP/Laravel/Foundation/Console

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

2025-01-10 15:47:30
KeyGenerateCommand::question()
  • References/PHP/Laravel/Foundation/Console

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

2025-01-10 15:47:30