PHPackages                             revolution/fortify-bulma - 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. [Templating &amp; Views](/categories/templating)
4. /
5. revolution/fortify-bulma

AbandonedArchivedLibrary[Templating &amp; Views](/categories/templating)

revolution/fortify-bulma
========================

Laravel Fortify views for Bulma

1.0.4(5y ago)029MITBladePHP ^7.3||^8.0

Since Sep 23Pushed 5y ago1 watchersCompare

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

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

Fortify views for Bulma
=======================

[](#fortify-views-for-bulma)

[![Maintainability](https://camo.githubusercontent.com/79c6777caeecc27d5f20bef03fb41bf7c955869eeee67e2c4ece15328ad70da5/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f36373135336236666133376236396231363766642f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/kawax/fortify-bulma/maintainability)

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`

```
composer require revolution/fortify-bulma

```

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

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

        //
    }
```

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

[](#publish-views)

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

```

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

You can customize any files.

Demo
----

[](#demo)

LICENSE
-------

[](#license)

MIT

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

5

Last Release

2053d 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 (9 commits)")

---

Tags

laravelbulmafortify

### Embed Badge

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

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

###  Alternatives

[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k454.7k15](/packages/robsontenorio-mary)[stijnvanouplines/blade-country-flags

A package to easily make use of country flags in your Laravel Blade views.

26307.2k6](/packages/stijnvanouplines-blade-country-flags)[technikermathe/blade-lucide-icons

A package to easily make use of Lucide icons in your Laravel Blade views.

18299.2k7](/packages/technikermathe-blade-lucide-icons)[saade/blade-iconsax

A package to easily make use of Iconsax in your Laravel Blade views.

21138.5k](/packages/saade-blade-iconsax)[mckenziearts/blade-untitledui-icons

A package to easily make use of UntitledUI icons in your Laravel Blade views.

16104.9k5](/packages/mckenziearts-blade-untitledui-icons)[webup/laravel-form

A Laravel package to help build forms.

147.2k1](/packages/webup-laravel-form)

PHPackages © 2026

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