PHPackages                             levizoesch/laravel-list-middleware - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. levizoesch/laravel-list-middleware

ActiveProject[Utility &amp; Helpers](/categories/utility)

levizoesch/laravel-list-middleware
==================================

A simple command to list your route's middleware.

v1.0.1(1y ago)385MITPHPPHP ^8.0|^8.1|^8.2

Since Aug 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/levizoesch/laravel-list-middleware)[ Packagist](https://packagist.org/packages/levizoesch/laravel-list-middleware)[ RSS](/packages/levizoesch-laravel-list-middleware/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Laravel List Middleware
=======================

[](#laravel-list-middleware)

Laravel 11 `php artisan route:list` does not provide a clean/fluid view for middleware details anymore. (Yes You can use `route:list -v` but it doesn't print very friendly). This command will generate a breakdown similar to route:list but for your routes middleware.

Install
-------

[](#install)

```
composer require levizoesch/laravel-list-middleware

```

Use
---

[](#use)

```
php artisan route:list-middleware

```

Example
-------

[](#example)

```

+----------+----------------------------------+--------------------------+-----------------------------------------------------------------+------+-------------------------------------------------------------------------+
| Method   | URI                              | Name                     | Middleware                                                      | Type | Controller@Method                                                       |
+----------+----------------------------------+--------------------------+-----------------------------------------------------------------+------+-------------------------------------------------------------------------+
| GET|HEAD | _debugbar/open                   | debugbar.openhandler     | Barryvdh\Debugbar\Middleware\DebugbarEnabled                    | WEB  | Barryvdh\Debugbar\Controllers\OpenHandlerController@handle              |
| GET|HEAD | _debugbar/clockwork/{id}         | debugbar.clockwork       | Barryvdh\Debugbar\Middleware\DebugbarEnabled                    | WEB  | Barryvdh\Debugbar\Controllers\OpenHandlerController@clockwork           |
| GET|HEAD | _debugbar/assets/stylesheets     | debugbar.assets.css      | Barryvdh\Debugbar\Middleware\DebugbarEnabled                    | WEB  | Barryvdh\Debugbar\Controllers\AssetController@css                       |
| GET|HEAD | _debugbar/assets/javascript      | debugbar.assets.js       | Barryvdh\Debugbar\Middleware\DebugbarEnabled                    | WEB  | Barryvdh\Debugbar\Controllers\AssetController@js                        |
| DELETE   | _debugbar/cache/{key}/{tags?}    | debugbar.cache.delete    | Barryvdh\Debugbar\Middleware\DebugbarEnabled                    | WEB  | Barryvdh\Debugbar\Controllers\CacheController@delete                    |
| GET|HEAD | login                            | login                    | web, guest                                                      | WEB  | App\Http\Controllers\Auth\AuthenticatedSessionController@create         |
| POST     | login                            | N/A                      | web, guest                                                      | WEB  | App\Http\Controllers\Auth\AuthenticatedSessionController@store          |
| GET|HEAD | forgot-password                  | password.request         | web, guest                                                      | WEB  | App\Http\Controllers\Auth\PasswordResetLinkController@create            |
| POST     | forgot-password                  | password.email           | web, guest                                                      | WEB  | App\Http\Controllers\Auth\PasswordResetLinkController@store             |
| GET|HEAD | reset-password/{token}           | password.reset           | web, guest                                                      | WEB  | App\Http\Controllers\Auth\NewPasswordController@create                  |
| POST     | reset-password                   | password.store           | web, guest                                                      | WEB  | App\Http\Controllers\Auth\NewPasswordController@store                   |
| GET|HEAD | verify-email                     | verification.notice      | web, auth                                                       | WEB  | App\Http\Controllers\Auth\EmailVerificationPromptController             |
| GET|HEAD | verify-email/{id}/{hash}         | verification.verify      | web, auth, signed, throttle:6,1                                 | WEB  | App\Http\Controllers\Auth\VerifyEmailController                         |
| POST     | email/verification-notification  | verification.send        | web, auth, throttle:6,1                                         | WEB  | App\Http\Controllers\Auth\EmailVerificationNotificationController@store |
| GET|HEAD | confirm-password                 | password.confirm         | web, auth                                                       | WEB  | App\Http\Controllers\Auth\ConfirmablePasswordController@show            |
| POST     | confirm-password                 | N/A                      | web, auth                                                       | WEB  | App\Http\Controllers\Auth\ConfirmablePasswordController@store           |
| PUT      | password                         | password.update          | web, auth                                                       | WEB  | App\Http\Controllers\Auth\PasswordController@update                     |
| POST     | logout                           | logout                   | web, auth                                                       | WEB  | App\Http\Controllers\Auth\AuthenticatedSessionController@destroy        |
+----------+----------------------------------+--------------------------+-----------------------------------------------------------------+------+-------------------------------------------------------------------------+

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Total

2

Last Release

630d ago

### Community

Maintainers

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

---

Top Contributors

[![levizoesch](https://avatars.githubusercontent.com/u/18410490?v=4)](https://github.com/levizoesch "levizoesch (3 commits)")

---

Tags

laravellaravel-helperslaravel commandsLevi ZoeschLaravel List Middleware

### Embed Badge

![Health badge](/badges/levizoesch-laravel-list-middleware/health.svg)

```
[![Health](https://phpackages.com/badges/levizoesch-laravel-list-middleware/health.svg)](https://phpackages.com/packages/levizoesch-laravel-list-middleware)
```

###  Alternatives

[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)

PHPackages © 2026

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