disitec / laravel-dni-validator
Spanish DNI / NIF / CIF validator for Laravel
Fund package maintenance!
beliolfa
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: 2024-11-24 07:25:14 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, ];