PHPackages                             iperamuna/pretty-routes-extended - 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. iperamuna/pretty-routes-extended

ActiveLibrary

iperamuna/pretty-routes-extended
================================

Visualise your routes in pretty format with Livewire filters and search.

v1.0.0(2mo ago)062MITBladePHP ^8.2CI passing

Since Feb 17Pushed 2mo agoCompare

[ Source](https://github.com/iperamuna/pretty-routes-extended)[ Packagist](https://packagist.org/packages/iperamuna/pretty-routes-extended)[ RSS](/packages/iperamuna-pretty-routes-extended/feed)WikiDiscussions main Synced 1mo ago

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

Pretty Routes Extended
======================

[](#pretty-routes-extended)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6b4b748ead46971f8f32953aa30e3afc72c8139f2552f152f9cb8501d367fcaf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f69706572616d756e612f7072657474792d726f757465732d657874656e6465642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/iperamuna/pretty-routes-extended)[![GitHub Tests Action Status](https://camo.githubusercontent.com/45810fbb5678c150c65aacafb468eaf9c806adb26aa9a719cd612bba783ebdf2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f69706572616d756e612f7072657474792d726f757465732d657874656e6465642f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/iperamuna/pretty-routes-extended/actions)[![Total Downloads](https://camo.githubusercontent.com/3d93be32dfc29bbc716ced07ed601c1ffea7c7e5863b9128f5ab74fe49c09a7f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f69706572616d756e612f7072657474792d726f757465732d657874656e6465642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/iperamuna/pretty-routes-extended)[![License](https://camo.githubusercontent.com/499a664147ed34a9f56f665b951f25216eba7b0c9abe01097443dc63b11bba3e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f69706572616d756e612f7072657474792d726f757465732d657874656e6465642e7376673f7374796c653d666c61742d737175617265)](https://github.com/iperamuna/pretty-routes-extended/blob/main/LICENSE)

[![Pretty Routes Extended Banner](art/banner.png)](art/banner.png)

Visualise your Laravel routes in a beautiful, interactive, and searchable interface. Built with Livewire and Tailwind CSS for a premium experience.

This package is heavily inspired by and builds upon the excellent work of [garygreen/pretty-routes](https://github.com/garygreen/pretty-routes).

Features
--------

[](#features)

- ✨ **Premium UI**: Modern Tailwind CSS design with high-quality aesthetics.
- 🔍 **Real-time Search**: Search by URL, Name, or Action with instant debounced results.
- 📂 **Prefix Filtering**: Hierarchical filtering for route prefixes (e.g., `admin`, `api`).
- 📍 **Highlighting**: Toggle row highlights to track specific routes while scrolling.
- 📜 **Mirrored Scroll**: A sticky footer with a synced horizontal scrollbar for easier navigation of long URIs.
- 📊 **Statistics**: View total and filtered route counts at a glance.
- 🛠 **Configurable**: Easily toggle debug restrictions, custom URLs, and branding.

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

[](#installation)

You can install the package via composer:

```
composer require iperamuna/pretty-routes-extended
```

You can publish the config file with:

```
php artisan vendor:publish --tag="pretty-routes-extended-config"
```

This is the contents of the published config file:

```
return [
    'url' => env('PRETTY_ROUTES_URL', 'routes'),
    'middlewares' => [
        'web',
    ],
    'debug_only' => env('PRETTY_ROUTES_DEBUG_ONLY', true),
    // ...
];
```

Usage
-----

[](#usage)

Once installed, visit the `/routes` endpoint (or your custom configured URL) in your browser.

Testing
-------

[](#testing)

```
composer test
```

❤️ Credits
----------

[](#️-credits)

- Developed with ❤️ by [Indunil Peramuna](https://iperamuna.online)
- Heavily inspired by [garygreen/pretty-routes](https://github.com/garygreen/pretty-routes)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance83

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

85d ago

### Community

Maintainers

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

---

Top Contributors

[![iperamuna](https://avatars.githubusercontent.com/u/3013395?v=4)](https://github.com/iperamuna "iperamuna (11 commits)")

---

Tags

laravelrouteslivewirepretty\_routes

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/iperamuna-pretty-routes-extended/health.svg)

```
[![Health](https://phpackages.com/badges/iperamuna-pretty-routes-extended/health.svg)](https://phpackages.com/packages/iperamuna-pretty-routes-extended)
```

###  Alternatives

[livewire/flux

The official UI component library for Livewire.

9385.0M86](/packages/livewire-flux)[dragon-code/pretty-routes

Pretty Routes for Laravel

10058.7k4](/packages/dragon-code-pretty-routes)[mati365/ckeditor5-livewire

CKEditor 5 integration for Laravel Livewire

413.9k](/packages/mati365-ckeditor5-livewire)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

116.6k](/packages/tomshaw-electricgrid)[mwguerra/web-terminal

A web-based terminal component for Filament/Laravel with command whitelisting and multiple connection types

251.1k](/packages/mwguerra-web-terminal)[tanthammar/livewire-window-size

Laravel blade directives and php helpers for serverside rendered content, based on browser window size WITHOUT css. Requires Livewire and AlpineJS

2321.0k](/packages/tanthammar-livewire-window-size)

PHPackages © 2026

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