disitec/laravel-dni-validator

Spanish DNI / NIF / CIF validator for Laravel

Fund package maintenance!
beliolfa

Installs: 6 208

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 1

Forks: 2

pkg:composer/disitec/laravel-dni-validator

1.0.1 2018-10-19 07:36 UTC

This package is not auto-updated.

Last update: 2025-09-28 11:39: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,
];