Laravel 2 step verifcation is a package to add 2 step user authentication to any laravel project easily. It is configurable and customizable. It uses notifications to send the user an email with a 4 digit verfication code.
- Have more configurable options via the config file to run to env file. For:
- Optional compiled CSS/JS
- Optional use of modals/alerts in front end with optional sweetalert2.js
- Configurable blade extensions options.
- Its own HTML email template.
- Make Facade
- Add in additional notications for SMS or ???.
- Add in capture Ip Address.
- Change to incrimential tables and logic accordingly
- Create Artisan command and job to prune said entries.
Laravel-monitor is licensed under the MIT license. Enjoy!