ClearCompiledCommand::question()
  • References/PHP/Laravel/Foundation/Console

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

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

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

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

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

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

bool hasArgument(string|int $name) Determine if the given argument is present

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

void fire() Execute the console command.

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

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

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

Application getLaravel()

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

void __construct() Create a new console command instance.

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

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

2025-01-10 15:47:30