AutoloadCommand::ask()
  • References/PHP/Laravel/Foundation/Console

string ask(string $question, string $default = null) Prompt the user for

2025-01-10 15:47:30
RequestMakeCommand::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
PolicyMakeCommand::choice()
  • References/PHP/Laravel/Foundation/Console

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

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

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

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

void table(array $headers, Arrayable|array $rows,

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

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

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

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

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

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

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

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

2025-01-10 15:47:30
ListenerMakeCommand
  • References/PHP/Laravel/Foundation/Console

ListenerMakeCommand class ListenerMakeCommand extends

2025-01-10 15:47:30