Intervention / validation

Missing Laravel Validation Rules
https://validation.intervention.io
MIT License
558 stars 65 forks source link

Feature: TIN (in Turkish TCKN) Rule #66

Closed onurkacmaz closed 1 year ago

onurkacmaz commented 1 year ago

I wanted to add the TIN (in Turkish TCKN) verification rule to this package. This rule validates the field under the validation from government services. This field must be maxed at 11 and min at 11 chars. This field must match the full name and birth year. This rule does not allow inline usage. Allow only class-based usage. I have added all language translations.

onurkacmaz commented 1 year ago

@olivervogel hey, can you review this pr?

olivervogel commented 1 year ago

Sorry, I don't want extra dependencies.