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. bencomeau/nova-routes

ActiveLibrary

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 2d 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 22% 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

2821d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b38571f413e0caddb5301b5184fc3e190a6fc440c41c255a4dc9381a641ce51?d=identicon)[bencomeau](/maintainers/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

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[cybercog/laravel-nova-ban

A Laravel Nova banning functionality for your application.

40199.8k](/packages/cybercog-laravel-nova-ban)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)[padocia/laravel-nova-pdf

Generate Pdf from nova resources

2326.5k](/packages/padocia-laravel-nova-pdf)

PHPackages © 2026

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