PHPackages                             sepehrcorefinity/google2fa-visanduma - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. sepehrcorefinity/google2fa-visanduma

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

sepehrcorefinity/google2fa-visanduma
====================================

Nova Two Factor Authentication

v1.0.0(2y ago)07MITPHPPHP &gt;=7.1.0

Since Jun 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/sepehrcorefinity/google2fa-visanduma)[ Packagist](https://packagist.org/packages/sepehrcorefinity/google2fa-visanduma)[ RSS](/packages/sepehrcorefinity-google2fa-visanduma/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Nova-Two-Factor
===============

[](#nova-two-factor)

Laravel nova in-dashboard 2FA security feature

1. pubish config &amp; migration

`php artisan vendor:publish --provider="Visanduma\NovaTwoFactor\ToolServiceProvider"`

Change configs as your needs

```

return [

    'enabled' => env('NOVA_TWO_FA_ENABLE',true),
    'user_table' => 'users',
    'user_id_column' => 'id',
    'user_model' => \App\Models\User::class

];

```

2. use ProtectWith2FA trait in user model

`use ProtectWith2FA`

3. add TwoFa middleware to nova config file

`\Visanduma\NovaTwoFactor\Http\Middleware\TwoFa::class`

4. register NovaTwoFactor tool in Nova Service Provider

`new \Visanduma\NovaTwoFactor\NovaTwoFactor()`

5. run php artisan migrate
6. You are done !

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

764d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/171406191?v=4)[sepehrcorefinity](/maintainers/sepehrcorefinity)[@sepehrcorefinity](https://github.com/sepehrcorefinity)

---

Top Contributors

[![sepehrcorefinity](https://avatars.githubusercontent.com/u/171406191?v=4)](https://github.com/sepehrcorefinity "sepehrcorefinity (2 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/sepehrcorefinity-google2fa-visanduma/health.svg)

```
[![Health](https://phpackages.com/badges/sepehrcorefinity-google2fa-visanduma/health.svg)](https://phpackages.com/packages/sepehrcorefinity-google2fa-visanduma)
```

###  Alternatives

[jeffgreco13/filament-breezy

A custom package for Filament with login flow, profile and teams support.

1.0k2.1M61](/packages/jeffgreco13-filament-breezy)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[visanduma/nova-two-factor

Nova Two Factor Authentication

58665.0k](/packages/visanduma-nova-two-factor)[lifeonscreen/nova-google2fa

This package provides Google2FA to Laravel Nova.

2488.6k](/packages/lifeonscreen-nova-google2fa)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
