| Install | |
|---|---|
composer require bondarde/filament-route-list |
|
| Latest Version: | v1.2.0 |
| PHP: | ^8.4 |
Lists Laravel routes in a Filament panel.
You can install the package via composer:
composer require bondarde/filament-route-list
Add this plugin in your panel provider:
use BondarDe\FilamentRouteList\FilamentRouteListPlugin;
public function panel(Panel $panel): Panel
{
return $panel
->id()
// ...
->plugin(FilamentRouteListPlugin::make())
// ...
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.