Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giangmd/laravel-google-2fa-authenticator
https://github.com/giangmd/laravel-google-2fa-authenticator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/giangmd/laravel-google-2fa-authenticator
- Owner: giangmd
- Created: 2020-06-30T03:39:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:18:30.000Z (about 2 years ago)
- Last Synced: 2024-10-15T20:21:01.307Z (3 months ago)
- Language: PHP
- Size: 2.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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
```