rapulu / laravelngphonepassword
Nigerian mobile carriers validation inputs for laravel developers.
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/rapulu/laravelngphonepassword
Requires
- php: >=5.3.0
- giggsey/libphonenumber-for-php: ^8.4
- illuminate/validation: ^4.0|^5.0
Requires (Dev)
- phpunit/phpunit: ^4.0|^5.2
This package is not auto-updated.
Last update: 2025-10-12 07:13:38 UTC
README
Nigerian mobile carriers validation inputs for laravel developers.
Install
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']