Download the PHP package webbingbrasil/filament-2fa without Composer
On this page you can find all versions of the php package webbingbrasil/filament-2fa. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webbingbrasil/filament-2fa
More information about webbingbrasil/filament-2fa
Files in webbingbrasil/filament-2fa
Package filament-2fa
Short Description A 2FA plugin for filament.
License MIT
Homepage https://github.com/webbingbrasil/filament-2fa
Informations about the package filament-2fa
Filament 2FA Plugin
A Two Factor Authentication plugin for Filament
Installation
-
Install the package via composer (requires filament >= 2.10.40)
- Publish assets and run migrations
Optionally, you can publish config or views:
-
Add
\Webbingbrasil\FilamentTwoFactor\TwoFactorAuthenticatable
trait to your user model. - Update the
config/filament.php
to point to the Two Factor Login::class.
Integrate With Custom Profile Page
This package has a component for two-factor setup that can be easily added to a profile page, like the one for filament-jetstream-theme.
Create a view with the <livewire:filament-two-factor-form>
component like the example below:
Then add the view to your profile page using render hook:
Screenshots
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-2fa with dependencies
ext-json Version *
spatie/laravel-package-tools Version ^1.9.2
filament/filament Version ^2.10.40
bacon/bacon-qr-code Version ^2.0
pragmarx/google2fa Version ^7.0|^8.0