PHPackages                             bencomeau/nova-routes - 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. [API Development](/categories/api)
4. /
5. bencomeau/nova-routes

ActiveLibrary[API Development](/categories/api)

bencomeau/nova-routes
=====================

Tool for managing application routes within the Laravel Nova dashboard.

v0.1.1(7y ago)010[2 issues](https://github.com/bencomeau/nova-routes/issues)MITPHPPHP &gt;=7.1.0

Since Aug 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/bencomeau/nova-routes)[ Packagist](https://packagist.org/packages/bencomeau/nova-routes)[ Docs](https://github.com/bencomeau/nova-routes)[ RSS](/packages/bencomeau-nova-routes/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (3)Used By (0)

Nova Routes
===========

[](#nova-routes)

> Quickly view and manage your application's routes.

Install
-------

[](#install)

You may install the package via composer:

```
composer require bencomeau/nova-routes

```

Next, you should register the package in the `NovaServiceProvider` file:

```
use BenComeau\NovaRoutes\NovaRoutes;

public function tools()
{
    return [
        // ...
        new NovaRoutes
    ];
}

```

And that's it! You will now see a *Routes* option in the Nova sidebar.

Roadmap
-------

[](#roadmap)

In future releases, I'd like to bring additional functionality to the tool:

- Add header sorting
- Find a nice solution for displaying route middleware
- Make the `route:cache` button function properly

Contributing
------------

[](#contributing)

Please feel free to submit pull requests, ask questions, etc. to help move this tool along. Right now the most difficult bug to resolve will be the `route:cache` functionality as it seems to be a slippery slope. Feedback welcome!

License
-------

[](#license)

Open source under the MIT license.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

2867d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10427571?v=4)[Ben Comeau](/maintainers/bencomeau)[@bencomeau](https://github.com/bencomeau)

---

Tags

laravelroutesnova

### Embed Badge

![Health badge](/badges/bencomeau-nova-routes/health.svg)

```
[![Health](https://phpackages.com/badges/bencomeau-nova-routes/health.svg)](https://phpackages.com/packages/bencomeau-nova-routes)
```

###  Alternatives

[hammerstone/refine-nova

A Laravel Nova integration for the Refine query builder.

3356.5k](/packages/hammerstone-refine-nova)[infyomlabs/routes-explorer

Laravel Routes Explorer

3925.7k](/packages/infyomlabs-routes-explorer)[coreproc/nova-echo

Adds Laravel Echo with your broadcast configuration to your Laravel Nova app

1997.8k2](/packages/coreproc-nova-echo)

PHPackages © 2026

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