PolicyMakeCommand::askWithCompletion()
  • References/PHP/Laravel/Foundation/Console

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

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

void info(string $string) Write a string as information output.

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

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

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

OutputInterface getOutput() Get the output implementation.

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

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

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

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

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

void __construct(Application $app,

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

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

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

Application getLaravel()

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

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

2025-01-10 15:47:30