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. sepehrcorefinity/google2fa-visanduma

ActiveLibrary

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

Nova Two Factor Authentication

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

Since Jun 1Pushed 1y 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 1mo 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

21

—

LowBetter than 19% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

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

710d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/12248ff8020b4a57c64257179cfa9c3f406615a2eaf14cbbdcf7c28f6f6609a2?d=identicon)[sepehrcorefinity](/maintainers/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

[visanduma/nova-two-factor

Nova Two Factor Authentication

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

This package provides Google2FA to Laravel Nova.

2488.1k](/packages/lifeonscreen-nova-google2fa)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[cybercog/laravel-nova-ban

A Laravel Nova banning functionality for your application.

40199.8k](/packages/cybercog-laravel-nova-ban)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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