PHPackages                             kamona/fortify-bootstrap - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kamona/fortify-bootstrap

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kamona/fortify-bootstrap
========================

Front-end scafolding for laravel/fortify based on bootstrap

v1.0.3(4y ago)611.1k↑533.3%2MITBlade

Since Oct 28Pushed 4y ago2 watchersCompare

[ Source](https://github.com/Kamona-WD/fortify-bootstrap)[ Packagist](https://packagist.org/packages/kamona/fortify-bootstrap)[ Docs](https://github.com/Kamona-WD/fortify-bootstrap)[ RSS](/packages/kamona-fortify-bootstrap/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Fortify Bootstrap
=================

[](#fortify-bootstrap)

Use laravel/ui front-end bootstrap scaffolding with laravel/fortify.

[![License](https://camo.githubusercontent.com/bf4f04ddc1e2f75a78b9445ad63c102a72ea779960077f3572c414e346fc8cbf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f4b616d6f6e612d57442f666f72746966792d626f6f747374726170)](https://github.com/Kamona-WD/fortify-bootstrap/blob/master/LICENSE.md)[![Release](https://camo.githubusercontent.com/f3d6f5efffa89d43a56611c6c93d637fc3c3262886e684a8fbea4564fdaf3909/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f4b616d6f6e612d57442f666f72746966792d626f6f747374726170)](https://github.com/Kamona-WD/fortify-bootstrap/releases)[![Total Downloads](https://camo.githubusercontent.com/1c0339f977497d61c39e9b69ac3b76aad5101b0f04dab086228379ea6c4aa99f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b616d6f6e612f666f72746966792d626f6f7473747261702e737667)](https://packagist.org/packages/kamona/fortify-bootstrap)

Note
----

[](#note)

We recommend installing this package on a project that you are starting from scratch.

Usage
-----

[](#usage)

1. Fresh install Laravel &gt;= 8.0 and `cd` to your app.
2. Install this preset via `composer require kamona/fortify-bootstrap`. Laravel will automatically discover this package. No need to register the service provider, And also no need to install `laravel/fortify` it will be installed automatically.
3. Use `php artisan fortstrap:install`. (NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in `routes/web.php` and run `npm install && npm run dev`)
4. Configure your database.
5. Run `php artisan migrate`.
6. `npm install && npm run dev`
7. `php artisan serve`

Note
----

[](#note-1)

All Fortify features are enabled by default except email verification. To enable it edit your `Models/User.php` model

```
use Illuminate\Contracts\Auth\MustVerifyEmail;

class User extends Authenticatable implements MustVerifyEmail
{
   // ....
}
```

Uncomment this line in `app/Providers/FortifyBootstrapServiceProvider.php`.

```
public function boot()
    {
        // ...

        Fortify::verifyEmailView(function () {
            return view('auth.verify-email');
        });

        // ....
    }
```

Uncomment this line in `config/fortify.php`.

```
'features' => [
        // ...
        Features::emailVerification(),
        // ...
    ],
```

Enable, Disable feature
-----------------------

[](#enable-disable-feature)

See [laravel/fortify](https://github.com/laravel/fortify#readme) docs. and don't forget to disable, enable views in `app/Providers/FortifyBootstrapServiceProvider.php`

Edit views
----------

[](#edit-views)

Layouts `views/layouts`.

Profile `views/profile/edit.blade.php`.

Screens
-------

[](#screens)

Screens[![Profile](/screens/profile.png)](/screens/profile.png)[![Two Factor Access](/screens/two-factor.png)](/screens/two-factor.png)[![Login](/screens/login.png)](/screens/login.png)[![Register](/screens/register.png)](/screens/register.png)[![Home](/screens/home.png)](/screens/home.png)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 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

Every ~164 days

Total

4

Last Release

1536d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b63de7e82bfbc5bca3c73bccdd9fad0704bd8130a0378818f04b3033b1d8a6e1?d=identicon)[kamona](/maintainers/kamona)

---

Top Contributors

[![Kamona-WD](https://avatars.githubusercontent.com/u/57622665?v=4)](https://github.com/Kamona-WD "Kamona-WD (10 commits)")

---

Tags

laraveluifortifybootstarp

### Embed Badge

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

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

###  Alternatives

[livewire/flux

The official UI component library for Livewire.

9475.0M86](/packages/livewire-flux)[lara-zeus/popover

Zeus Popover is filamentphp component to show a Popover with custom content in tables and infolist

2968.2k3](/packages/lara-zeus-popover)[lara-zeus/accordion

Zeus Accordion is filamentphp layout component to group components

11122.8k2](/packages/lara-zeus-accordion)[ympact/flux-icons

A package to provide icons from different vendors for Livewire Flux.

116.2k](/packages/ympact-flux-icons)[sanzgrapher/filament-draggable-modal

Make Filament modals draggable.

172.2k1](/packages/sanzgrapher-filament-draggable-modal)

PHPackages © 2026

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