定制 mradder/filament-logger 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mradder/filament-logger

Composer 安装命令:

composer require mradder/filament-logger

包简介

Audit logging, activity tracking, exports, alerts, and dashboards for Filament admin panels.

README 文档

README

Community-maintained continuation of the original Filament Logger package by Z3d0X.

Filament Logger

Latest Version on Packagist Total Downloads Tests PHPStan Docs Quality Gate License

Filament Logger is an audit log and activity log package for Filament admin panels.

Built on spatie/laravel-activitylog, it adds a ready-made Filament activity resource plus automatic logging for resources, models, auth events, notifications, and custom domain events.

Filament Logger package card

Use it when you need to:

  • review admin activity and security events inside Filament
  • export audit data for compliance, support, or incident response
  • trigger alerts for destructive or high-risk actions
  • log custom domain events without building your own audit UI

Highlights

  • Ready-made Filament audit log resource with searchable filters, structured diffs, saved review tabs, and date presets
  • CSV and JSON exports for filtered audit data
  • Dashboard widgets for top users, top events, activity spikes, and high-risk actions
  • Resource and model lifecycle logging, including create, update, delete, restore, force-delete, and replicate flows
  • Auth event logging for login, logout, failed login, lockout, password reset, and 2FA recovery usage
  • Notification logging plus alerting hooks for mail, Slack, and Discord webhooks
  • Custom event API for domain-specific audit events
  • Sensitive data redaction, anonymized IP logging, and stricter authorization defaults
  • Configurable ignored fields per model and per resource
  • Built-in pruning command for retention by age and log name

Requirements

Package Version
PHP ^8.2
Filament ^3.0, ^4.3.1, or ^5.0
Laravel contracts ^11.0, ^12.0, or ^13.0

Filament 4 support starts at 4.3.1 because earlier 4.x releases were affected by an upstream security issue fixed in 4.3.1. See the Filament security advisory and the v4.3.1 release notes.

The package includes compatibility shims for Filament 3.x, 4.x, and 5.x, and the supported range is verified against the CI matrix. If a future Filament release introduces a new breaking API change, a follow-up package update may still be required.

Quick Start

Install the package:

composer require mradder/filament-logger

Publish config and the Spatie activity log migrations:

php artisan filament-logger:install
php artisan migrate

Register the activity resource in your panel provider:

use Filament\Panel;

public function panel(Panel $panel): Panel
{
    return $panel
        ->resources([
            config('filament-logger.activity_resource'),
        ]);
}

Documentation

Filtering By Auth Guard

In multi-guard applications, you can scope access-event logging to specific guards.

Set access.guards to an allow-list:

'access' => [
    // ...
    'guards' => ['web'],
],

Behavior:

  • null (default): log access events from all guards (backward compatible behavior)
  • ['web'] (or any list): for events that include a guard property (Login, Logout, Failed), only the listed guards are logged
  • events without a guard property (Lockout, PasswordReset, and optional Fortify recovery-code events) continue to be logged

Example for a Filament panel + storefront app:

'access' => [
    // Log only panel auth events from the web guard.
    'guards' => ['web'],
],

Screenshots

Filament Logger dashboard widgets

Filament Logger high risk review tab

Filament Logger auth issues review tab

Filament Logger export menu

Filament Logger structured diff view

Filament Logger redacted activity diff view

Filament Logger redacted changes table

Changelog

See CHANGELOG for recent changes.

Contributing

See CONTRIBUTING.md for contribution guidelines and CODE_OF_CONDUCT.md for community expectations.

Security

Please review our security policy for responsible disclosure details.

Credits

License

The MIT License (MIT). See LICENSE.md for details.

统计信息

  • 总下载量: 14.59k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 22
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 22
  • Watchers: 0
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-03-02

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固