2017 © Pedro Peláez
 

laravel-plugin laravel-two-step-verification

A laravel package which adds the 2 step verification api.

image

utkarsh/laravel-two-step-verification

A laravel package which adds the 2 step verification api.

  • Thursday, February 9, 2017
  • by utkarsh25
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

laravel-2-step-verification

A laravel plugin to easily implement Google Authenticator., (*1)

Installation

Install it via composer composer require utkarsh/laravel-two-step-verification, (*2)

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

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

Usage

Coming Soon!, (*5)

The Versions

09/02 2017

dev-master

9999999-dev

A laravel package which adds the 2 step verification api.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Utkarsh Vishnoi

09/02 2017

2.2.4

2.2.4.0

A laravel package which adds the 2 step verification api.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Utkarsh Vishnoi

03/02 2017

2.2.3

2.2.3.0

A laravel package which adds the 2 step verification api.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Utkarsh Vishnoi

03/02 2017

2.2.2

2.2.2.0

A laravel package which adds the 2 step verification api.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Utkarsh Vishnoi

03/02 2017

2.2.1

2.2.1.0

A laravel package which adds the 2 step verification api.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Utkarsh Vishnoi

03/02 2017

2.2

2.2.0.0

A laravel package which adds the 2 step verification api.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Utkarsh Vishnoi

03/02 2017

2.1

2.1.0.0

A laravel package which adds the 2 step verification api.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Utkarsh Vishnoi

03/02 2017

2.0

2.0.0.0

A laravel package which adds the 2 step verification api.

  Sources   Download

MIT

The Development Requires

by Utkarsh Vishnoi

03/02 2017

1.0

1.0.0.0

A laravel package which adds the 2 step verification api.

  Sources   Download

MIT

by Utkarsh Vishnoi