Skip to content

Commit 53532bf

Browse files
committed
Merge branch 'develop'
2 parents 50bf72c + 855eff5 commit 53532bf

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

README.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)