PHPackages                             tooinfinity/breeze-module - 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. tooinfinity/breeze-module

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

tooinfinity/breeze-module
=========================

Minimal Laravel authentication scaffolding with Blade and Tailwind.

1.0.0(1y ago)049MITPHPPHP ^8.2.0

Since Aug 11Pushed 1y ago1 watchersCompare

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

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

breeze-module
=============

[](#breeze-module)

know this an issue with this 'Unable to locate a class or view for component \[auth:guest-layout\]' and also 'Unable to locate a class or view for component \[auth:app-layout\]' this is a simple fix go to AppServiceProvider.php and register these components on the boot method

```
public function boot(): void
    {
        Blade::component('auth::guest-layout', GuestLayout::class);
        Blade::component('auth::app-layout', AppLayout::class);
    }

```

to install this package run

```
composer require tooinfinity/breeze-module:dev-main --dev

```

and this package require laravel module package to install it run

```
composer require nwidart/laravel-modules

```

after that run this commands

```
php artisan vendor:publish --provider="Nwidart\Modules\LaravelModulesServiceProvider"

```

By default the module classes are not loaded automatically. You can autoload your modules using psr-4. For example :

```
"extra": {
    "laravel": {
        "dont-discover": []
    },
    "merge-plugin": {
        "include": [
            "Modules/*/composer.json"
        ]
    }
},

```

Tip: don't forget to run composer dump-autoload afterwards

```
composer dump-autoload

```

```
php artisan module:make Auth

```

to create auth API run this

```
php artisan breeze:install

```

and choose from the following

```
'blade' => 'Blade with Alpine',
'livewire' => 'Livewire (Volt Class API) with Alpine',
'livewire-functional' => 'Livewire (Volt Functional API) with Alpine',
'react' => 'React with Inertia',
'vue' => 'Vue with Inertia',
'api' => 'API only',
'module-api' => 'laravel modules API only',
'module-blade' => 'laravel modules Blade with Alpine',

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

643d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fad01b345e974f146689221caf46150ec44bce4dc5645754a7110cb2c033b8f0?d=identicon)[tooinfinity](/maintainers/tooinfinity)

---

Top Contributors

[![tooinfinity](https://avatars.githubusercontent.com/u/51855906?v=4)](https://github.com/tooinfinity "tooinfinity (44 commits)")

---

Tags

laravelauth

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/tooinfinity-breeze-module/health.svg)

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

###  Alternatives

[laravel/breeze

Minimal Laravel authentication scaffolding with Blade and Tailwind.

3.0k31.3M148](/packages/laravel-breeze)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[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)
