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
- Host: GitHub
- URL: https://github.com/theadnan/2fa-laravel
- Owner: TheAdnan
- Created: 2018-02-08T12:41:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T21:01:36.000Z (over 8 years ago)
- Last Synced: 2025-03-24T03:44:31.442Z (about 1 year ago)
- Topics: 2fa, 2factor, laravel, mailtrap, php7, twilio-api, two-factor-authentication
- Language: PHP
- Size: 176 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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`