Nigerian mobile carriers validation inputs for laravel developers.
rapulu/laravelngphonepassword is a Laravel package for nigerian mobile carriers validation inputs for laravel developers..
It currently has 2 GitHub stars and 12 downloads on Packagist (latest version 1.0.1).
Install it with composer require rapulu/laravelngphonepassword.
Discover more Laravel packages by rapulu
or browse all Laravel packages to compare alternatives.
Last updated
Nigerian mobile carriers validation inputs for laravel developers.
After installing Laravel-ng-phone-password, Open up config/app.php and add this to providers key.
rapulu\laravelngphonepassword\PhoneNumberServiceProvider::class
Now all you have to do is to add phone to the pipe rules.
e.g ['phone' => 'required|phone']