OptimizeCommand::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
ComposerServiceProvider::commands()
  • References/PHP/Laravel/Foundation/Providers

void commands(array|mixed $commands) Register the package's custom Artisan

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

$this assertRedirectedToRoute(string $name, array $parameters = array(), array $with = array())

2025-01-10 15:47:30
FoundationServiceProvider::commands()
  • References/PHP/Laravel/Foundation/Providers

void commands(array|mixed $commands) Register the package's custom Artisan

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

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

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

void setLaravel(Container $laravel)

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

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

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

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

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

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

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

bool|null fire() Execute the console command.

2025-01-10 15:47:30