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 (3)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 52% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

691d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/51855906?v=4)[TouwfiQ Meghlaoui](/maintainers/tooinfinity)[@tooinfinity](https://github.com/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.0k36.1M164](/packages/laravel-breeze)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M193](/packages/laravel-ai)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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