bondarde/filament-route-list

Lists Laravel routes in a Filament panel
3,032
Install
composer require bondarde/filament-route-list
Latest Version:v1.2.0
PHP:^8.4
License:MIT
Last Updated:Jan 17, 2026
Links: GitHub  ·  Packagist
Maintainer: bondar

Filament Laravel Route List Plugin

Lists Laravel routes in a Filament panel.

Installation

You can install the package via composer:

composer require bondarde/filament-route-list

Usage

Add this plugin in your panel provider:

use BondarDe\FilamentRouteList\FilamentRouteListPlugin;

public function panel(Panel $panel): Panel
    {
       return $panel
            ->id()
            // ...
            ->plugin(FilamentRouteListPlugin::make())
            // ...

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

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

Related Packages

bondarde/filament-local-avatar

Creates local avatar images from user's name

3,060 3
andhikamaheva/date

A date library to help you work with dates in different languages

13 1
vlados/laravel-blade-crawler-detect

Boost Lighthouse and PageSpeed scores by hiding cookie banners, chat widgets and...

5,439 0
maystro/filament-popup-modal

A comprehensive modal dialog system for FilamentPHP with progress bars, callback...

7 1