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

Turkey tax number validation extend package for Laravel.

Installs: 249

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

pkg:composer/x-laravel/validation-tr-tax-number-extend

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

This package is auto-updated.

Last update: 2025-10-17 07:54:42 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.