Skip to content

Commit

Permalink
Update: Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rizwan3d3 committed Oct 4, 2023
1 parent 7dca061 commit dbbf919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ You can specify various validation rules for each field in the `fields` array. H
- `min:X`: The field's length must be at least X characters.
- `between:X,Y`: The field's length must be between X and Y characters.
- `alphanumeric`: The field must contain only alphanumeric characters.
- `alphanumeric`: The field must contain only numeric characters.d
- `numeric`: The field must contain only numeric characters.d
- `unique:table,column`: Check if the field value is unique in the specified database table and column.
- `exist:table,column`: Check if the field value is exist in the specified database table and column.
- `email`: Validate if the field is a valid email address.
Expand Down

0 comments on commit dbbf919

Please sign in to comment.