We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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"
The text was updated successfully, but these errors were encountered: