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

This package is auto-updated.

Last update: 2024-10-17 18:16:30 UTC


README

Latest Stable Version Total Downloads Dependents License

StyleCI

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.