Package Data | |
---|---|
Maintainer Username: | rapulu |
Maintainer Contact: | rapulu@yahoo.com (rapulu) |
Package Create Date: | 2017-04-05 |
Package Last Update: | 2017-04-10 |
Home Page: | |
Language: | PHP |
License: | none |
Last Refreshed: | 2025-02-13 03:04:07 |
Package Statistics | |
---|---|
Total Downloads: | 11 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
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']