Skip to content

takdeniz/laravel-phone-verify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages