PHPackages                             orchid/fortify - 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. orchid/fortify

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

orchid/fortify
==============

Orchid template for Laravel Fortify

0.0.12(2y ago)3179.9k↑10.9%10[5 issues](https://github.com/orchidsoftware/fortify/issues)1MITBlade

Since Oct 24Pushed 2y ago9 watchersCompare

[ Source](https://github.com/orchidsoftware/fortify)[ Packagist](https://packagist.org/packages/orchid/fortify)[ Docs](https://github.com/orchid/fortify)[ GitHub Sponsors](https://github.com/orchidsoftware)[ Fund](https://opencollective.com/orchid)[ RSS](/packages/orchid-fortify/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (13)Used By (1)

Template for Fortify
====================

[](#template-for-fortify)

Introduction
------------

[](#introduction)

Authentication scaffolding with [Laravel Orchid](https://github.com/orchidsoftware/platform) template.

Installation
------------

[](#installation)

You have to install [Laravel Fortify](https://laravel.com/docs/fortify), and complete all setup without add blades calling in `App\Providers\FortifyServiceProvider.php`.

After installation completed, please add session migration using: (to activate TwoFactorAuthentication method)

```
php artisan session:table
```

To get started, install the package using composer:

```
composer require orchid/fortify
```

In `config/platform.php`, disable built-in authorization by changing the value:

```
/*
|--------------------------------------------------------------------------
| Auth Page
|--------------------------------------------------------------------------
*/

'auth'  => false,
```

To use on the screen page, use the trait `Orchid\Fortify\TwoFactorScreenAuthenticatable`:

```
use Orchid\Fortify\TwoFactorScreenAuthenticatable;

/**
 * Button commands.
 *
 * @return Action[]
 */
public function commandBar(): array
{
    return [
        $this->twoFactorCommandBar(),
    ];
}

/**
 * @return \Orchid\Screen\Layout[]
 */
public function layout(): array
{
    return [
        $this->twoFactorLayout(),
    ];
}
```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity42

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.8% 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

Every ~85 days

Recently: every ~117 days

Total

12

Last Release

1088d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c47797b11041f37c2eec74b09bc6619c8997467d690797ebad0e6ab7cb232b7?d=identicon)[tabuna](/maintainers/tabuna)

---

Top Contributors

[![tabuna](https://avatars.githubusercontent.com/u/5102591?v=4)](https://github.com/tabuna "tabuna (43 commits)")[![SadElephant](https://avatars.githubusercontent.com/u/7434276?v=4)](https://github.com/SadElephant "SadElephant (2 commits)")[![czernika](https://avatars.githubusercontent.com/u/86893348?v=4)](https://github.com/czernika "czernika (1 commits)")[![drabodan](https://avatars.githubusercontent.com/u/8014044?v=4)](https://github.com/drabodan "drabodan (1 commits)")[![grigoriy-ivanov](https://avatars.githubusercontent.com/u/13166748?v=4)](https://github.com/grigoriy-ivanov "grigoriy-ivanov (1 commits)")[![szonov](https://avatars.githubusercontent.com/u/13364789?v=4)](https://github.com/szonov "szonov (1 commits)")

---

Tags

hacktoberfestlaravel-authlaravel-fortifyfortifyorchid

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/orchid-fortify/health.svg)

```
[![Health](https://phpackages.com/badges/orchid-fortify/health.svg)](https://phpackages.com/packages/orchid-fortify)
```

###  Alternatives

[zacksmash/fortify-ui

Fortify-driven Laravel UI replacement

24617.0k6](/packages/zacksmash-fortify-ui)[wychoong/filament-fortify

Laravel Fortify for Filament Admin

3313.7k](/packages/wychoong-filament-fortify)[kamona/kui-laravel-fortify

Front-end scafolding for laravel/fortify based on kui-dashboard

132.7k](/packages/kamona-kui-laravel-fortify)

PHPackages © 2026

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