| Package Data | |
|---|---|
| Maintainer Username: | sbine |
| Package Create Date: | 2018-08-24 |
| Package Last Update: | 2025-05-01 |
| Home Page: | |
| Language: | Vue |
| License: | MIT |
| Last Refreshed: | 2025-10-26 15:00:17 |
| Package Statistics | |
|---|---|
| Total Downloads: | 211,931 |
| Monthly Downloads: | 490 |
| Daily Downloads: | 11 |
| Total Stars: | 59 |
| Total Watchers: | 3 |
| Total Forks: | 10 |
| Total Open Issues: | 0 |
This Nova tool adds a route viewer section to the Nova sidebar.
It's like php artisan route:list for your browser. Supports sorting and filtering.

Install via Composer:
composer require sbine/route-viewer
Register the tool in app/Providers/NovaServiceProvider:
public function tools()
{
return [
new \Sbine\RouteViewer\RouteViewer,
];
}