PHPackages                             painlesscode/breeze-multiauth - 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. painlesscode/breeze-multiauth

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

painlesscode/breeze-multiauth
=============================

Multi authentication system with laravel breeze

v3.1.0(4y ago)477.2k↑109.3%9[1 PRs](https://github.com/painlesscode/breeze-multiauth/pulls)MITPHPPHP ^7.3|^8.0

Since Dec 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/painlesscode/breeze-multiauth)[ Packagist](https://packagist.org/packages/painlesscode/breeze-multiauth)[ RSS](/packages/painlesscode-breeze-multiauth/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (14)Used By (0)

Breeze Multiauth
================

[](#breeze-multiauth)

[![Laravel](https://github.com/painlesscode/breeze-multiauth/workflows/Laravel/badge.svg)](https://github.com/painlesscode/breeze-multiauth/actions?query=workflow%3ALaravel)

laravel breeze with multi authentication system.

If you want to create standalone authentication system like default laravel user authentication system but using different guard, this package will help you.

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

[](#installation)

You can install the package via composer:

```
composer require painlesscode/breeze-multiauth --dev
```

Usage
-----

[](#usage)

You just need to run one artisan command.

```
php artisan breeze:multiauth Administrator
```

Here, `Administrator` is the role name of newly created authentication system.

You can log in with `http://example.com/administrator/login`

This Package does not provides assets (css/js) by default.

If you want assets too, you can run

```
php artisan breeze:multiauth Administrator --asset
```

If you want to replace existing files, you can run

```
php artisan breeze:multiauth Administrator --force
```

Now, Migrate,

```
php artisan migrate
```

Test
----

[](#test)

You can test newly created authentication system by

```
php artisan test
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

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

Recently: every ~57 days

Total

11

Last Release

1541d ago

Major Versions

v1.1.5 → v2.0.02021-10-17

v2.0.1 → v3.0.02021-12-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/58568fa7d0feb67f115c93f7ef63b793e277d332f0d802df6123e5f2ce41096c?d=identicon)[hazzaz](/maintainers/hazzaz)

---

Top Contributors

[![HazzazBinFaiz](https://avatars.githubusercontent.com/u/29161993?v=4)](https://github.com/HazzazBinFaiz "HazzazBinFaiz (39 commits)")

---

Tags

authenticationlaravelmulti-auth-laravellaravelauthmultiauthbreeze

### Embed Badge

![Health badge](/badges/painlesscode-breeze-multiauth/health.svg)

```
[![Health](https://phpackages.com/badges/painlesscode-breeze-multiauth/health.svg)](https://phpackages.com/packages/painlesscode-breeze-multiauth)
```

###  Alternatives

[laravel/breeze

Minimal Laravel authentication scaffolding with Blade and Tailwind.

3.0k31.3M145](/packages/laravel-breeze)[tapansharma/breeze-svelte

Minimal Laravel authentication scaffolding with Svelte and Tailwind.

321.2k](/packages/tapansharma-breeze-svelte)

PHPackages © 2026

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