rapulu / laravelngphonepassword
Nigerian mobile carriers validation inputs for laravel developers.
1.0.1
2017-04-05 19:35 UTC
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-02-02 03:47:13 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']