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

1.0.1 2017-04-05 19:35 UTC

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']