Skip to content
New issue

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

[1.x] Add ValidCountry - +40 Rules #103

Merged
merged 8 commits into from
Feb 18, 2025
Merged

[1.x] Add ValidCountry - +40 Rules #103

merged 8 commits into from
Feb 18, 2025

Conversation

milwad-dev
Copy link
Owner

use Milwad\LaravelValidate\Rules\ValidCountry;

return [
    'country' => ['required', new ValidCountry()], // country => United Arab Emirates
];

@milwad-dev milwad-dev merged commit 8d8d809 into 1.x Feb 18, 2025
32 of 36 checks passed
@milwad-dev milwad-dev deleted the add-valid-country-rule branch February 18, 2025 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant