ViewPublishCommand::option()
  • References/PHP/Laravel/Foundation/Console

string|array option(string $key = null) Get the value of a command option

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

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

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

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

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

static array castApplication(Application $app)

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

bool confirmToProceed(string $warning = 'Application In Production!', Closure $callback = null)

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

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

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

void warn(string $string) Write a string as warning output.

2025-01-10 15:47:30
RequestMakeCommand::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
StorageLinkCommand::getLaravel()
  • References/PHP/Laravel/Foundation/Console

Application getLaravel()

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

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

2025-01-10 15:47:30