PHPackages                             ridrog/bulma-auth - 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. ridrog/bulma-auth

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

ridrog/bulma-auth
=================

Laravel auth routes and view with bulma.io styling

0.1.1(8y ago)2232HTML

Since May 14Pushed 8y agoCompare

[ Source](https://github.com/Ridrog-de/bulma-auth)[ Packagist](https://packagist.org/packages/ridrog/bulma-auth)[ RSS](/packages/ridrog-bulma-auth/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

Laravel Auth with Bulma
=======================

[](#laravel-auth-with-bulma)

Scaffolds your laravel app with bulma.io.
Masterview, Login, Register, Passwords, Pagination..

**WIP: Created from a noob ... so don't use it**

Version: 0.1.1

---

`php artisan make:bulma-auth`

---

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

[](#installation)

A. Require the Package

```
composer require ridrog/bulma-auth

```

B. Add the Command

@ *app/console/kernel.php*

```
use Ridrog\BulmaAuth\Console\MakeBulmaAuthCommand;

```

and

```
protected $commands = [
        ....
        MakeBulmaAuthCommand::class
        ....
    ];

```

C. Run the command

`php artisan make:bulma-auth`

D. Compile the frontend stuff

`npm install --save-dev bulma font-aweseome`

and

`npm run dev`

---

**What happend?**

We copy a lot of stuff into the app

- A Masterview with header, footer and some sections
- A modified Version of the Home and the Welcome View
- Views for login/register and password resets
- Two Controller (WelcomeController and HomeController)
- Sass, with all the bulma variables and fontawesome
- Bootstrap.js, only vue and axios.
- Font-awesome fonts
- A pagination partial

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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

Total

4

Last Release

3284d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/64048212547497d579f3b271418b99c36f6bfd23eea30d772c65b9b1d25da774?d=identicon)[Ridrog](/maintainers/Ridrog)

---

Top Contributors

[![Ridrog-de](https://avatars.githubusercontent.com/u/22271646?v=4)](https://github.com/Ridrog-de "Ridrog-de (24 commits)")

---

Tags

bulmalaravel

### Embed Badge

![Health badge](/badges/ridrog-bulma-auth/health.svg)

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

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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