EventMakeCommand::setLaravel()
  • References/PHP/Laravel/Foundation/Console

void setLaravel(Application $laravel)

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

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

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

array arguments() Get all of the arguments passed to the command.

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

int run(InputInterface $input, OutputInterface $output) Run the console

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

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

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

void line(string $string) Write a string as standard output.

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

void table(array $headers, array $rows, string $style = 'default') Format

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

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

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

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

2025-01-10 15:47:30
ConfigCacheCommand::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