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

https://github.com/theadnan/2fa-laravel

2FA laravel test application
https://github.com/theadnan/2fa-laravel

2fa 2factor laravel mailtrap php7 twilio-api two-factor-authentication

Last synced: about 1 month ago
JSON representation

2FA laravel test application

Awesome Lists containing this project

README

          

## About
Simple 2FA registration application made with Laravel.

### Installation
- Clone or download this repository.
- Add a new `.env` file (make a copy of `.env.example`) and add your database connection, mail server and Twilio credentials.
- Run the migration `php artisan migrate`
- Start the app with `php artisan serve`