Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 587 Bytes

readme.md

File metadata and controls

30 lines (19 loc) · 587 Bytes

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: