milwad-dev / laravel-validate

The Laravel-Validate package enhanced Laravel validation capabilities with custom rules and methods for simplified and efficient validation logic.
https://packagist.org/packages/milwad/laravel-validate
MIT License
456 stars 39 forks source link

[1.x] Add country property to `ValidIban` rule #45

Closed kiankamgar closed 1 year ago

kiankamgar commented 1 year ago

By this users can use Country class and pass a list of country codes to ValidIban rule and Iban will be validated to be in one of the passed Countries.

kiankamgar commented 1 year ago

OK! You can see tests for better understanding If you have any ideas feel free to tell me tnx

kiankamgar commented 1 year ago

No problem!