x-laravel/validation-tr-tax-number-extend

Turkey tax number validation extend package for Laravel.

v1.0.0 2020-12-16 23:37 UTC

This package is auto-updated.

Last update: 2024-10-17 05:36:49 UTC


README

Latest Stable Version Total Downloads Dependents License

StyleCI

Introduction

Turkey tax number validation extend package for Laravel.

Requirements

Laravel >=5.5. Other than that, this library has no requirements.

Install

$ composer require x-laravel/validation-tr-tax-number-extend

Example Usage

$this->validate($request, ['tax_number' => 'required|tr_tax_number']);

License

This package is open source software licensed under the MIT license.