Download the PHP package utkarsh/laravel-two-step-verification without Composer
On this page you can find all versions of the php package utkarsh/laravel-two-step-verification. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download utkarsh/laravel-two-step-verification
More information about utkarsh/laravel-two-step-verification
Files in utkarsh/laravel-two-step-verification
Download utkarsh/laravel-two-step-verification
More information about utkarsh/laravel-two-step-verification
Files in utkarsh/laravel-two-step-verification
Vendor utkarsh
Package laravel-two-step-verification
Short Description A laravel package which adds the 2 step verification api.
License MIT
Package laravel-two-step-verification
Short Description A laravel package which adds the 2 step verification api.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-two-step-verification
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!
All versions of laravel-two-step-verification with dependencies
PHP Build Version
Package Version
Requires
utkarsh/laravel-qrcode Version
^1.0
The package utkarsh/laravel-two-step-verification contains the following files
Loading the files please wait ....