sandervankasteel/laravel-extended-validation

Fix Domain documentation

Closed this issue · 0 comments

Currently on the Domain validation rule page in docs (https://sandervankasteel.github.io/laravel-extended-validation/network/Domain/), it mentions "posted IP address", which should obviously be "posted string" / "POSTed value"

This validation rule checks if the posted IP address is a valid domain name with tld. Currently there is no a limit on subdomains