PHPackages                             tapp/filament-auditing - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. tapp/filament-auditing

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tapp/filament-auditing
======================

Filament Laravel Auditing plugin.

v4.0.9(5mo ago)117480.9k↓44%40[14 issues](https://github.com/TappNetwork/filament-auditing/issues)[3 PRs](https://github.com/TappNetwork/filament-auditing/pulls)2MITPHPPHP ^8.2CI passing

Since Aug 16Pushed 3w ago5 watchersCompare

[ Source](https://github.com/TappNetwork/filament-auditing)[ Packagist](https://packagist.org/packages/tapp/filament-auditing)[ Docs](https://github.com/TappNetwork/filament-auditing)[ RSS](/packages/tapp-filament-auditing/feed)WikiDiscussions 4.x Synced 3d ago

READMEChangelog (10)Dependencies (14)Versions (42)Used By (2)

Filament Laravel Auditing
=========================

[](#filament-laravel-auditing)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5457caf12fe97397b3e8d4941bb2d92abff896d28c81df37844cbc63d76deb61/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746170702f66696c616d656e742d6175646974696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tapp/filament-auditing)[![Code Style Action Status](https://github.com/TappNetwork/filament-auditing/actions/workflows/fix-php-code-style-issues.yml/badge.svg)](https://github.com/TappNetwork/filament-auditing/actions/workflows/fix-php-code-style-issues.yml/badge.svg)[![Total Downloads](https://camo.githubusercontent.com/e57fef91c446b9dcb3eafa5f99b5fd197d45fa48bc3f457245bcfac469a57176/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746170702f66696c616d656e742d6175646974696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tapp/filament-auditing)

A Filament plugin for [Laravel Auditing](https://laravel-auditing.com/) package. This plugin contains a relation manager for audits that you can add to your Filament resources.

This package provides a Filament resource manager that shows a table with all audits on view and edit pages and allows restore audits.

Version Compatibility
---------------------

[](#version-compatibility)

FilamentFilament AuditingDocumentation4.x/5.x4.xCurrent3.x3.x[Check the docs](https://github.com/TappNetwork/filament-auditing/tree/3.x)2.x2.x[Check the docs](https://github.com/TappNetwork/filament-auditing/tree/2.x)Installation
------------

[](#installation)

Important

Please check the **Filament Auditing** plugin version you should use in the **Version Compatibility** table above.

> **Note**This plugin uses the [Laravel Auditing](https://laravel-auditing.com/) package. First install and configure this package.

You can install the plugin via Composer.

```
composer require tapp/filament-auditing:"^4.0"
```

You can publish the view files with:

```
php artisan vendor:publish --tag="filament-auditing-views"
```

You can publish the translation files with:

```
php artisan vendor:publish --tag="filament-auditing-translations"
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-auditing-config"
```

This is the content of the published config file:

```
