Skip to content

Utkarsh-vishnoi/laravel-2-step-verification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

laravel-2-step-verification

A laravel plugin to easily implement Google Authenticator.

Installation

Install it via composer composer require utkarsh/laravel-two-step-verification

Then add the TwoStepVerificationServiceProvider to the providers array in config/app.php. Utkarsh\TwoStepVerification\Providers\TwoStepVerificationServiceProvider::class,

then add the TwoStepVerification alias to the aliases array in the same file. 'TwoStepVerification' => Utkarsh\TwoStepVerification\Facades\Authenticate::class,

Usage

Coming Soon!