A package that include extra rules for Laravel, Kuwait Civil ID validation, ISBN10, ISBN13 and more in development.
aindot/extra-rules is a Laravel package for a package that include extra rules for laravel, kuwait civil id validation, isbn10, isbn13 and more in development..
It currently has 0 GitHub stars and 2 downloads on Packagist (latest version v1.4).
Install it with composer require aindot/extra-rules.
Discover more Laravel packages by aindot
or browse all Laravel packages to compare alternatives.
Last updated
A package that include extra validation rules for Laravel, this package approach focuses on actual usage, for example the ISBN test must validate against different real-world examples.
The following are the validation rules that are in development or have been developed.
You can install the package via composer:
composer require aindot/extra-rules
$data = [
'KuwaitiId' => $id,
];
$validator = Validator::make($data, [
'KuwaitiId' => [new KuwaitCivilId],
]);
The MIT License (MIT). Please see License File for more information.