rapulu/laravelngphonepassword

Nigerian mobile carriers validation inputs for laravel developers.

1.0.1 2017-04-05 19:35 UTC

This package is not auto-updated.

Last update: 2024-04-13 23:36:08 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']