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: | 2025-02-07 03:02:18 |
Package Statistics | |
---|---|
Total Downloads: | 23 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
A laravel plugin to easily implement Google Authenticator.
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,
Coming Soon!