disitec / laravel-dni-validator
Spanish DNI / NIF / CIF validator for Laravel
Fund package maintenance!
1.0.1
2018-10-19 07:36 UTC
Requires
- illuminate/support: 5.5.*|5.6.*
Requires (Dev)
- orchestra/testbench: 3.5.*|3.6.*
- phpunit/phpunit: 6.0.*|7.0.*
This package is not auto-updated.
Last update: 2026-03-15 14:08:55 UTC
README
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, ];