RemindersControllerCommand::choice()

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

Give the user a single choice from an array of answers.

Parameters

string $question
array $choices
string $default
mixed $attempts
bool $multiple

Return Value

bool
doc_Laravel
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.