briankip / google-laravel-2fa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 77.1%Language:HTML 21.7%Language:ApacheConf 0.6%Language:JavaScript 0.5%Language:CSS 0.1%