xavicabot/filament-log-viewer
最新稳定版本:1.0.4
Composer 安装命令:
composer require xavicabot/filament-log-viewer
包简介
README 文档
README
This package allows you to easily add a log viewer to your Filament application. Inspired in rap2hpoutre/laravel-log-viewer
Compatible with Filament v3 and v4.
Installation
Require the package using composer:
composer require xavicabot/filament-log-viewer
Publish the assets:
php artisan vendor:publish --provider="Xavicabot\FilamentLogViewer\FilamentLogViewerServiceProvider"
Usage
This plugin adds a 'Log Viewer' functionality in your filament panel(s), letting you view your logs in a more user-friendly way.
Registering the plugin
use XaviCabot\FilamentLogViewer\FilamentLogViewerPlugin; public function panel(Panel $panel): Panel { return $panel ->plugins([ FilamentLogViewerPlugin::make(), ]) }
Configuration
Once you have published the assets, you can configure the package by editing the config/filament-log-viewer.php file.
统计信息
- 总下载量: 134
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-11-08