Download the PHP package worksome/laravel-mfa without Composer
On this page you can find all versions of the php package worksome/laravel-mfa. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download worksome/laravel-mfa
More information about worksome/laravel-mfa
Files in worksome/laravel-mfa
Package laravel-mfa
Short Description A driver-based multi-factor authentication package for Laravel
License MIT
Homepage https://github.com/worksome/laravel-mfa
Informations about the package laravel-mfa
Laravel Multi-Factor Authentication
A driver-based multi-factor authentication package for Laravel
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
For the full configuration, see the config/mfa.php
file.
Usage
The about
command
This package adds information to the artisan about
command. This information can be disabled by setting
the mfa.features.about_command
configuration to false
.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Owen Voke
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-mfa with dependencies
guzzlehttp/guzzle Version ^7.8
laravel/framework Version ^10.0 || ^11.0
pragmarx/google2fa Version ^8.0
spatie/laravel-package-tools Version ^1.16