bondarde/filament-route-list

Lists Laravel routes in a Filament panel
3,301
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,333 3
wobeto/twitter

Laravel 4 Service Provider to interact with twitter account, like return a colle...

135 1
andrewmclagan/api

A RESTful API package for the Laravel and Lumen frameworks.

18 0
maystro/filament-popup-modal

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

9 1