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

AbandonedArchivedLibrary

revolution/fortify-bootstrap4
=============================

Laravel Fortify views for Bootstrap4

1.0.2(5y ago)113MITBladePHP ^7.3||^8.0

Since Sep 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/kawax/fortify-bootstrap4)[ Packagist](https://packagist.org/packages/revolution/fortify-bootstrap4)[ RSS](/packages/revolution-fortify-bootstrap4/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (4)Used By (0)

Fortify views for Bootstrap 4
=============================

[](#fortify-views-for-bootstrap-4)

[![Maintainability](https://camo.githubusercontent.com/93cdc9ed7f132eed32070413ff1c990c978e9ddcc64378ece66ee651efc3622f/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f30323861616433343639373730393263373661652f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/kawax/fortify-bootstrap4/maintainability)

Almost the same as `laravel/ui` views.

Available views
---------------

[](#available-views)

- register
- login
- forgot-password
- reset-password
- verify-email
- confirm-password

### Unavailable

[](#unavailable)

- two-factor-challenge

This is an experimental package so not all views are available.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.3
- Laravel &gt;= 8.0
- Fortify &gt;= 1.5

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

[](#installation)

Before install this package, you should install `laravel/fortify` (without Jetstream)

```
composer require laravel/fortify
php artisan vendor:publish --provider="Laravel\Fortify\FortifyServiceProvider"
php artisan migrate

```

Add `App\Providers\FortifyServiceProvider::class,` to `config/app.php`

Next,

```
composer require revolution/fortify-bootstrap4

```

Add `Fortify::viewPrefix('fortify-bootstrap4::');` to `FortifyServiceProvider@boot`

```
    public function boot()
    {
        Fortify::viewPrefix('fortify-bootstrap4::');

        //
    }
```

Publish views
-------------

[](#publish-views)

```
php artisan vendor:publish --tag=fortify-bootstrap4

```

Publish to `/resources/views/vendor/fortify-bootstrap4`

You can customize any files.

Demo
----

[](#demo)

LICENSE
-------

[](#license)

MIT

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~1 days

Total

3

Last Release

2052d ago

### Community

Maintainers

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

---

Top Contributors

[![kawax](https://avatars.githubusercontent.com/u/1502086?v=4)](https://github.com/kawax "kawax (5 commits)")

---

Tags

laravelbootstrapfortify

### Embed Badge

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

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

###  Alternatives

[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[laravel-lang/publisher

Localization publisher for your Laravel application

2167.7M24](/packages/laravel-lang-publisher)[takielias/tablar

Tablar: A Laravel Dashboard Preset Featuring Dark Mode and Dynamic Menu Generation for Effortless Navigation and Fast Development.

30817.7k3](/packages/takielias-tablar)[rinvex/laravel-menus

Rinvex Menus is a simple menu builder package for Laravel, that supports hierarchical structure, ordering, and styling with full flexibility using presenters for easy styling and custom structure of menu rendering.

294.0k20](/packages/rinvex-laravel-menus)

PHPackages © 2026

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