Skip to content

sitepoint-editors/google-laravel-2fa

 
 

Repository files navigation

Laravel Google Authenticator Example

This is the completed example code that shows how implement two-factor authentication in Laravel using Google Authenticator

Install Instructions

  • Clone repository

    git clone https://github.com/cwt137/google-laravel-2fa Project
    cd Project
  • Install Dependencies and Setup Database

    composer install
    php -r "copy('.env.example', '.env');"
    php artisan key:generate
    php artisan migrate

Read The Article

To learn more about this code, read the article:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 77.5%
  • HTML 21.9%
  • Other 0.6%