PHPackages                             dutchcodingcompany/laravel-compact-route-list - 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. dutchcodingcompany/laravel-compact-route-list

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

dutchcodingcompany/laravel-compact-route-list
=============================================

Adds route:compact-list

0.6.0(2y ago)11.9k1MITPHPPHP ^7.4|^8.0

Since Oct 21Pushed 2y ago4 watchersCompare

[ Source](https://github.com/DutchCodingCompany/laravel-compact-route-list)[ Packagist](https://packagist.org/packages/dutchcodingcompany/laravel-compact-route-list)[ Docs](https://github.com/dutchcodingcompany)[ RSS](/packages/dutchcodingcompany-laravel-compact-route-list/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (7)Used By (0)

Compact Route List
==================

[](#compact-route-list)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7196cffc9982990bd58a07a888358d71e7d4772a665b1d27dc4d6101fff3ff06/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6475746368636f64696e67636f6d70616e792f6c61726176656c2d636f6d706163742d726f7574652d6c6973742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dutchcodingcompany/laravel-compact-route-list)[![Total Downloads](https://camo.githubusercontent.com/006580dd58fb4649196778504f80b7f92e403f9136ba23d58d6aa3451c375345/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6475746368636f64696e67636f6d70616e792f6c61726176656c2d636f6d706163742d726f7574652d6c6973742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dutchcodingcompany/laravel-compact-route-list)

This package extends the laravel provided route list command into `php artisan route:compact-list` and lists everything more compact and hides some first-party package url's.

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

[](#installation)

You can install the package via composer:

```
composer require dutchcodingcompany/laravel-compact-route-list
```

Options
-------

[](#options)

As the command extends the default route list command, all those options are available. It is intentional the older short middleware style is used.

By default the compact-list command filters all `nova`, `horizon` and `debugbar` routes. There are flags (with the same name) to enable some or all of them.

- `php artisan route:compact-list --nova` includes nova routes
- `php artisan route:compact-list --horizon` includes horizon routes
- `php artisan route:compact-list --debugbar` includes debugbar routes
- `php artisan route:compact-list --without-filter` does not filter any routes

Configure filters
-----------------

[](#configure-filters)

One can add extra filters:

```
// adds php artisan route:compact-list --api
CompactRouteList::addFilter('api'); // adds ['api' => 'api] to filters

// adds php artisan route:compact-list --api
// adds php artisan route:compact-list --api-v2
CompactRouteList::addFilters([
    'api',
    'old-api' => ['api/v1', 'api/v2'],
]);

// adds php artisan route:compact-list --api-v1
CompactRouteList::setFilters([
    'api-v1' => 'api/v1',
]); // removes all existing filters and only uses new filters
```

Also, one can change how the filter is applied by setting a callback

```
// this is the default callback
CompactRouteList::setFilterCallback(static function (array $route, $filter): bool {
    return \Illuminate\Support\Str::contains($route['uri'], $filter);
});
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.9% 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 ~204 days

Recently: every ~248 days

Total

6

Last Release

1008d ago

PHP version history (3 changes)0.1.0PHP &gt;=7.4

0.3.0PHP ^7.4

0.4.0PHP ^7.4|^8.0

### Community

Maintainers

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

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

---

Top Contributors

[![dododedodonl](https://avatars.githubusercontent.com/u/100052?v=4)](https://github.com/dododedodonl "dododedodonl (10 commits)")[![ThijsLacquet](https://avatars.githubusercontent.com/u/28624985?v=4)](https://github.com/ThijsLacquet "ThijsLacquet (1 commits)")

---

Tags

laraveldutchcodingcompanydcc

### Embed Badge

![Health badge](/badges/dutchcodingcompany-laravel-compact-route-list/health.svg)

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

###  Alternatives

[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

97139.6k2](/packages/nickurt-laravel-akismet)[whitecube/laravel-timezones

Store UTC dates in the database and work with custom timezones in the application.

106106.2k](/packages/whitecube-laravel-timezones)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[forxer/laravel-gravatar

A library providing easy gravatar integration in a Laravel project.

4235.6k](/packages/forxer-laravel-gravatar)

PHPackages © 2026

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