laravel-phone-verify maintained by takdeniz
Description
Laravel phone number verification using Nexmo and netgsm
Author
Last update
2020/07/08 23:21
(dev-master)
License
Downloads
25
##Laravel Phone Verify Verifies phone number via Nexmo and Netgsm
Introduction
It sends verification notifications, it has a controller to verify the phone number
Contents
Installation
You can install the package via composer:
composer require takdeniz/laravel-phone-verify
Publish configurations and migrations, then migrate comments table.
php artisan vendor:publish --provider="Takdeniz\PhoneVerify\VerifyPhoneServiceProvider"
configure
class User implements MustVerifyPhoneContract {
use MustVerifyPhone;
...
}
Credits
License
Laravel Phone Verify is open-sourced software licensed under the MIT license.