bondarde / filament-route-list
Lists Laravel routes in a Filament panel
Installs: 664
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/bondarde/filament-route-list
Requires
- php: ^8.4
 - calebporzio/sushi: ^2.5
 - filament/filament: ^4.0
 - spatie/laravel-package-tools: ^1.15.0
 
Requires (Dev)
- laravel/pint: ^1.0
 - nunomaduro/collision: ^8.0
 - nunomaduro/larastan: ^3.7
 - orchestra/testbench: ^10.0
 - pestphp/pest: ^4.1
 - pestphp/pest-plugin-arch: ^4.0
 - pestphp/pest-plugin-laravel: ^4.0
 - phpstan/extension-installer: ^1.0
 - phpstan/phpstan-deprecation-rules: ^2.0
 - phpstan/phpstan-phpunit: ^2.0
 - spatie/laravel-ray: ^1.26
 
README
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.