bondarde/filament-route-list
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
wobeto/twitter
Laravel 4 Service Provider to interact with twitter account, like return a colle...
135
1