DownCommand::options()
  • References/PHP/Laravel/Foundation/Console

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

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

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

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

bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)

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

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

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
RouteServiceProvider::__construct()
  • References/PHP/Laravel/Foundation/Support/Providers

void __construct(Application $app)

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

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

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

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

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

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

2025-01-10 15:47:30
User::isUnguarded()
  • References/PHP/Laravel/Foundation/Auth

static bool isUnguarded() Determine if current state is "unguarded"

2025-01-10 15:47:30