Download the PHP package tfsthiagobr98/filament-2fa without Composer
On this page you can find all versions of the php package tfsthiagobr98/filament-2fa. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tfsthiagobr98/filament-2fa
More information about tfsthiagobr98/filament-2fa
Files in tfsthiagobr98/filament-2fa
Package filament-2fa
Short Description A 2FA plugin for filament.
License MIT
Homepage https://github.com/tfsthiagobr98/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
\TFSThiagoBR98\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.16
filament/filament Version ^3.0
laragear/two-factor Version ^2.0