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

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

2025-01-10 15:47:30
TestCase::assertViewHas()
  • References/PHP/Laravel/Foundation/Testing

$this assertViewHas(string|array $key, mixed $value = null) Assert that

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

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

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

void __construct(Filesystem $files)

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

Application getLaravel()

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

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

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

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

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

OutputInterface getOutput() Get the output implementation.

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

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

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

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

2025-01-10 15:47:30