dimovdaniel / laravel-dni-validator
Spanish DNI / NIF / CIF validator for Laravel
                                    Fund package maintenance!
                                                                            
                                                                                                                                        beliolfa
                                                                                    
                                                                
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
pkg:composer/dimovdaniel/laravel-dni-validator
Requires
- illuminate/support: 5.5.*|5.6.*
 
Requires (Dev)
- orchestra/testbench: 3.5.*|3.6.*
 - phpunit/phpunit: 6.0.*|7.0.*
 
This package is auto-updated.
Last update: 2025-10-17 20:01:53 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, ];