Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/giangmd/laravel-google-2fa-authenticator


https://github.com/giangmd/laravel-google-2fa-authenticator

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Laravel Google 2FA Authenticator

Laravel Google 2FA Authenticator Example

- [Docs reference](https://scotch.io/tutorials/how-to-add-googles-two-factor-authentication-to-laravel).

### Setup
```
git clone https://github.com/giangmd/laravel-google-2fa-authenticator.git
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
npm install
npm run dev
```