transistorized-cmd/filament-route-statistics
最新稳定版本:v0.1.1
Composer 安装命令:
composer require transistorized-cmd/filament-route-statistics
包简介
This is my filament package for bilfeldt/laravel-route-statistics
README 文档
README
A Filament interface for bilfeldt/laravel-route-statistics
This package provides a Filament interface that displays the route statistics generated by the bilfeldt/laravel-route-statistics package.
Requirements
- Laravel v10, v11, or v12
- Filament v3
- PHP 8.2 or 8.3
- bilfeldt/laravel-route-statistics v3
Languages Supported
The RouteStatistics plugin is translated for:
- 🇺🇸 English
- 🇲🇽 Spanish (mx)
Installation
You can install the package via Composer:
composer require transistorized-cmd/filament-route-statistics
Activate the plugin in your panel:
use Transistorizedcmd\RouteStatistics\RouteStatisticsPlugin; public function panel(Panel $panel): Panel { return $panel ->plugins([ RouteStatisticsPlugin::make() ]); }
You can publish the config file (recommended)
php artisan vendor:publish --tag="filament-route-statistics-config"
To publish translations
php artisan vendor:publish --tag="filament-route-statistics-translations"
Configuration
Below are the contents of the published config file:
return [ 'resources' => [ 'navigation_group' => 'System', 'navigation_icon' => 'heroicon-o-chart-bar-square', 'navigation_sort' => 190, 'default_sort_column' => 'id', 'default_sort_direction' => 'desc', 'navigation_count_badge' => false, 'resource' => \Transistorizedcmd\RouteStatistics\Resources\RouteStatisticsResource::class ], 'datetime_format' => 'd/m/Y H:i:s', 'username' => 'name' ];
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 114
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-09-19


