Download the PHP package erinrugas/laravel-2fa without Composer
On this page you can find all versions of the php package erinrugas/laravel-2fa. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download erinrugas/laravel-2fa
More information about erinrugas/laravel-2fa
Files in erinrugas/laravel-2fa
Download erinrugas/laravel-2fa
More information about erinrugas/laravel-2fa
Files in erinrugas/laravel-2fa
Vendor erinrugas
Package laravel-2fa
Short Description Minimal starter laravel application with two factor authentication and using bootstrap 5.
License MIT
Homepage https://github.com/erinrugas/laravel-2fa
Package laravel-2fa
Short Description Minimal starter laravel application with two factor authentication and using bootstrap 5.
License MIT
Homepage https://github.com/erinrugas/laravel-2fa
Please rate this library. Is it a good library?
Informations about the package laravel-2fa
Laravel 2FA
Minimal starter laravel application with two factor authentication using bootstrap 5.
Requirements
Installation
Create new laravel 9 app or follow instruction in laravel docs
Get the package using composer
For Laravel 8
Install the frontend packages (this will add bootstrap 5 and sass package.json)
NOTE: If you are using laravel 9.19.0 or latest, this command will remove vite and revert back to laravel-mix. To migrate from laravel-mix to vite you may follow laravel instruction here.
Add migration file for two factor authentication and migrate it.
Run migrate.
Add this to your config/app.php
NOTE: You need to re-run php artisan laravel-2fa:install every time you update the version
License
This Laravel 2FA is open source software license under the MIT license.
All versions of laravel-2fa with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
bacon/bacon-qr-code Version ^2.0
illuminate/support Version ^9.0
pragmarx/google2fa-laravel Version ^1.4
bacon/bacon-qr-code Version ^2.0
illuminate/support Version ^9.0
pragmarx/google2fa-laravel Version ^1.4
The package erinrugas/laravel-2fa contains the following files
Loading the files please wait ....