Utkarsh-vishnoi / laravel-2-step-verification by utkarsh25

A laravel package which adds the 2 step verification api.
21
0
2
Package Data
Maintainer Username: utkarsh25
Maintainer Contact: utkarshvishnoi25@gmail.com (Utkarsh Vishnoi)
Package Create Date: 2017-02-03
Package Last Update: 2017-02-09
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-05-12 03:05:17
Package Statistics
Total Downloads: 21
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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!