Skip to content

TheAdnan/2FA-laravel

Repository files navigation

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