Looking to hire Laravel developers? Try LaraJobs

laravel-dni-validator maintained by dimovdaniel

Description
Spanish DNI / NIF / CIF validator for Laravel
Last update
2020/10/08 15:53 (dev-master)
License
Downloads
1
Tags

Comments
comments powered by Disqus

Spanish DNI / NIF / CIF Validator for Laravel

Installation

You can install the package via composer:

composer require disitec/laravel-dni-validator

In Laravel 5.5 the service provider will automatically get registered. In older versions of the framework just add the service provider in config/app.php file:

'providers' => [
    // ...
    Disitec\DniValidator\DniValidatorServiceProvider::class,
];