x-laravel / validation-tr-citizen-number-extend
Turkey citizen number (TC No) validation extend package for Laravel.
v1.0.0
2020-12-17 12:04 UTC
Requires
- php: >=7.0
- illuminate/support: >=5.5
- x-adam/tr-citizen-number-validation: >=3
This package is auto-updated.
Last update: 2024-10-17 18:16:30 UTC
README
Introduction
Turkey citizen number (TC No) validation extend package for Laravel.
Requirements
Laravel >=5.5. Other than that, this library has no requirements.
Install
$ composer require x-laravel/validation-tr-citizen-number-extend
Example Usage
$this->validate($request, ['citizen_number' => 'required|tr_citizen_number']);
License
This package is open source software licensed under the MIT license.