Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
N

Saudi ID Number Validation

Installation Instructions

You can install the package in to a Laravel app that uses Nova via composer:

composer require naif/saudi_id_number

Usage:

Add the below to Nova/User.php resource:


SaudiIdNumber::make('id_number')
                ->rules('min:10', 'max:10'),

Credits

Abdul-Aziz Al-Oraij

Support:

naif@naif.io

https://www.linkedin.com/in/naif

License

The MIT License (MIT). Please see License File for more information.

Readme

Nova Saudi ID Number validation field

Saudi national ID number validation field for Laravel Nova, Just for the frontend it will not prevent from submitting the form.

Installation

You can install the package in to a Laravel app that uses Nova via composer:

composer require naif/saudi_id_number

Usage:

Add the below to Nova/User.php resource:

SaudiIdNumber::make('id_number')
                ->rules('min:10', 'max:10'),
                

Credits

Abdul-Aziz Al-Oraij

Support:

naif@naif.io

https://www.linkedin.com/in/naif

License

The MIT License (MIT). Please see License File for more information.

Back to Top
Added 7 years ago
Last updated 7 Years Ago
Version v1.0
Composer
naif/saudi_id_number
GitHub stars 1
Packagist downloads 629

Favorites

4 users favorited

Rating

N/A
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas