File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -127,32 +127,6 @@ Below is an example demonstrating how to use the PHP Prompts library to create i
127127 print_r($prompt);
128128 ```
129129
130- ### Detailed Explanation of Prompts
131-
132- - **Text Prompt**
133- - **firstname**: Requires a non-empty string with a maximum length of 200 characters.
134- - **lastname**: Requires a string with at least 3 characters, default value "Doe".
135-
136- - **Email Prompt**
137- - **email**: Requires a valid email address with a maximum length of 200 characters.
138-
139- - **Toggle Prompt**
140- - **ssl**: Asks the user if they want SSL enabled (yes/no).
141-
142- - **Message Prompt**
143- - **message**: Displays a message "Lorem ipsum dolor".
144-
145- - **Select Prompt**
146- - **select**: Provides a list of items for the user to select from.
147-
148- - **List Prompt**
149- - **keyword**: Prompts for a comma-separated list of keywords, each must be a number with a maximum length of 200 characters.
150-
151- - **Password Prompt**
152- - **password**: Requires a non-empty password with a maximum length of 200 characters.
153-
154- - **Confirm Prompt**
155- - **confirm**: Asks the user for confirmation before continuing.
156130
157131## Available Options
158132
You can’t perform that action at this time.
0 commit comments