bondarde/filament-route-list
最新稳定版本:v1.1.2
Composer 安装命令:
composer require bondarde/filament-route-list
包简介
Lists Laravel routes in a Filament panel
README 文档
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.
统计信息
- 总下载量: 857
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-07-08