ClosureCommand::call()
  • References/PHP/Laravel/Foundation/Console

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

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

Application getLaravel()

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

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

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

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

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

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

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

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

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

OutputInterface getOutput() Get the output implementation.

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

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

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

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

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

void line(string $string, string $style = null, null|int|string $verbosity = null)

2025-01-10 15:47:30