laravel-validator-nric-fin is a custom Rule Object / Validator for Laravel that validates the National Registration Identity Card (NRIC) and Foreign Identification Number (FIN) of Singapore.
$ composer require repat/laravel-validator-nric-fin
use Illuminate\Http\Request;
use Repat\LaravelRules\NricFin;
// ...
public function controllerMethod(Request $request) {
$request->validate([
'nric' => new NricFin,
]);
//
}
vendor/bin/phpunit
- MIT, see LICENSE
- Version 0.5
- Homepage: https://repat.de
- e-mail: [email protected]
- Twitter: @repat123