ChangesCommand::run()
  • References/PHP/Laravel/Foundation/Console

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

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

void __construct() Create a new console command instance.

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

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

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

string secret(string $question, bool $fallback = true) Prompt the user

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

string secret(string $question, bool $fallback = true) Prompt the user

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

string secret(string $question, bool $fallback = true) Prompt the user

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

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

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

void fire() Execute the console command.

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

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

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

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

2025-01-10 15:47:30