Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages

Installation Instructions

Install via Composer:

composer require sbine/route-viewer

Register the tool in app/Providers/NovaServiceProvider:

public function tools()
{
    return [
        new \Sbine\RouteViewer\RouteViewer,
    ];
}

Readme

Laravel Nova Route Viewer

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.

screenshot of Laravel Nova Route Viewer tool

Installation

Install via Composer:

composer require sbine/route-viewer

Register the tool in app/Providers/NovaServiceProvider:

public function tools()
{
    return [
        new \Sbine\RouteViewer\RouteViewer,
    ];
}

You can customize the translations by publishing them to your local folder resources/lang/vendor/route-viewer:

php artisan vendor:publish --provider="Sbine\RouteViewer\ToolServiceProvider"

Screenshots

Reviews

By A for Design on March 1, 2022

Thank you! Super useful.

By Mateus Galasso on May 20, 2021

Beautiful and useful

Back to Top
Added 7 years ago
Last updated 10 Months Ago
Version 0.0.8
Nova Version ^4.0 || ^5.0
Composer
sbine/route-viewer
GitHub stars 58
Packagist downloads 213,847

Favorites

34 users favorited

Rating

5.00
(out of 5)
★★★★★
★★★★
★★★
★★
15 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas