Skip to content

cwt137/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 "2FA in Laravel with Google Authenticator - Get Secure!".

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages