PHPackages                             techiemike/laravelbreezemultiauth - 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. techiemike/laravelbreezemultiauth

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

techiemike/laravelbreezemultiauth
=================================

The boilerplate for laravel breeze with multi auth.

401CSS

Since Jun 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/nomadtechiemike/LaravelBreezeMultiAuth)[ Packagist](https://packagist.org/packages/techiemike/laravelbreezemultiauth)[ RSS](/packages/techiemike-laravelbreezemultiauth/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

LaravelBreezeMultiAuth
======================

[](#laravelbreezemultiauth)

A base app using Laravel 10, Breeze with Multi Auth Admin, User, Manager

Laravel Breeze Multi Auth (Current: Laravel 10.\*)
--------------------------------------------------

[](#laravel-breeze-multi-auth-current-laravel-10)

\### Enjoying this project? \[Buy me a beer 🍺\]()
### Install and setup

[](#install-and-setup)

Download this repo, run the following commands:

edit the .env file with your database information! npm install php artisan migrate php artisand db:seed

### Credentials

[](#credentials)

**Admin:**
**Password:** Password!

**User:**
**Password:** Password!

**User:**
**Password:** Password!

### Introduction

[](#introduction)

Laravel Breeze Multi Auth provides you with a massive head start on any size web application.

### Issues

[](#issues)

If you come across any issues please [report them here](https://github.com/nomadtechiemike/LaravelBreezeMultiAuth/issues).

### Contributing

[](#contributing)

Thank you for considering contributing to the Laravel Breeze Multi Auth project! Please feel free to make any pull requests, or e-mail me a feature request you would like to see in the future to Techie Mike at .

### Security Vulnerabilities

[](#security-vulnerabilities)

If you discover a security vulnerability within this boilerplate, please send an e-mail to Anthony Rappa at , or create a pull request if possible. All security vulnerabilities will be promptly addressed.

### License

[](#license)

MIT:

You can add as many roles as you want, just edit the profileController and add the folders/dashbards

Current folder structure: Views/admin/dashboard.blade.php Views/user/dashboard.blade.php Views/manager/dashboard.blade.php

Make sure you add additional routes for other user types, and update the AuthenticatedSessionsController

 ```
{
    elseif ($request->user()->role == 'user') {
            $url = '/user/dashboard';
     }

}
```

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/835a09587744f94792e62d42394dbd6601a2910e5c3b8eb83ce06741610aba71?d=identicon)[techiemike](/maintainers/techiemike)

### Embed Badge

![Health badge](/badges/techiemike-laravelbreezemultiauth/health.svg)

```
[![Health](https://phpackages.com/badges/techiemike-laravelbreezemultiauth/health.svg)](https://phpackages.com/packages/techiemike-laravelbreezemultiauth)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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