Saudi national ID number validation field for laravel nova.
naif/saudi_id_number is a Laravel package for saudi national id number validation field for laravel nova..
It currently has 1 GitHub stars and 1.615 downloads on Packagist (latest version v1.0).
Install it with composer require naif/saudi_id_number.
Discover more Laravel packages by naif
or browse all Laravel packages to compare alternatives.
Last updated
Saudi national ID number validation field for Laravel Nova, Just for the frontend it will not prevent from submitting the form.
You can install the package in to a Laravel app that uses Nova via composer:
composer require naif/saudi_id_number
Add the below to Nova/User.php resource:
SaudiIdNumber::make('id_number')
->rules('min:10', 'max:10'),
https://www.linkedin.com/in/naif
The MIT License (MIT). Please see License File for more information.