PHPackages                             devpartners/auditable-log - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. devpartners/auditable-log

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

devpartners/auditable-log
=========================

A Laravel Nova resource tool for displaying the Laravel Auditing audit log.

v2.0.2(4y ago)51819.4k↓12.1%23[2 issues](https://github.com/dev-partners/laravel-nova-auditable-log/issues)MITVuePHP &gt;=7.1.0

Since Nov 21Pushed 2y ago3 watchersCompare

[ Source](https://github.com/dev-partners/laravel-nova-auditable-log)[ Packagist](https://packagist.org/packages/devpartners/auditable-log)[ RSS](/packages/devpartners-auditable-log/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)DependenciesVersions (17)Used By (0)

Resource Tool for Laravel Auditing
==================================

[](#resource-tool-for-laravel-auditing)

A Laravel Nova Resource Tool that allows you to easily display the audit log that is created by the [Laravel Auditing](http://www.laravel-auditing.com/) package (owen-it/laravel-auditing).

Installation
------------

[](#installation)

Simply install using composer.

```
composer require devpartners/auditable-log
```

Then add the resource tool to a resource whose related model uses and implements the Laravel Auditable package.

```
public function fields(Request $request)
{

  return [
    Text::make('Name'),
    Text::make('E-mail'),

    // Shows audit log button on detail view, which expands audit trail
    AuditableLog::make()
  ];

}
```

Laravel Nova 3.x
----------------

[](#laravel-nova-3x)

The latest version of this package (^2.0) is compatible with Laravel Nova 4. If you require support for Laravel Nova 3, please use version ^1.0.

Policies
--------

[](#policies)

There are two policy gates available that you can implement on your resources' policy.

```
// Is the user able to access the audit log for this resource?
public function audit($loggedInUser, $resource) {
    return true;
}
```

```
// Is the user able to restore values based on audits for this resource?
public function audit_restore($loggedInUser, $resource) {
    return true;
}
```

[![Audit Log within Laravel Nova Resource](https://raw.githubusercontent.com/dev-partners/laravel-nova-auditable-log/master/dist/audit-log-button.gif)](https://raw.githubusercontent.com/dev-partners/laravel-nova-auditable-log/master/dist/audit-log-button.gif)

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity53

Moderate usage in the ecosystem

Community20

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 85.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~66 days

Recently: every ~104 days

Total

15

Last Release

1491d ago

Major Versions

v1.0.11 → v2.0.02022-06-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/0926351e2591f49957020beab17d49a12007e05c6e5ce3f9c9d08ca01861fa8b?d=identicon)[recycledbeans](/maintainers/recycledbeans)

![](https://www.gravatar.com/avatar/d685b9f7b9ff27dad6c89edb9a345ecc9d988df6349f60a5221175463522b567?d=identicon)[devpartners](/maintainers/devpartners)

---

Top Contributors

[![recycledbeans](https://avatars.githubusercontent.com/u/13002230?v=4)](https://github.com/recycledbeans "recycledbeans (35 commits)")[![happyDemon](https://avatars.githubusercontent.com/u/38573?v=4)](https://github.com/happyDemon "happyDemon (3 commits)")[![LintonAchmad](https://avatars.githubusercontent.com/u/16107360?v=4)](https://github.com/LintonAchmad "LintonAchmad (1 commits)")[![NickBelhomme](https://avatars.githubusercontent.com/u/312003?v=4)](https://github.com/NickBelhomme "NickBelhomme (1 commits)")[![rklugman](https://avatars.githubusercontent.com/u/40756947?v=4)](https://github.com/rklugman "rklugman (1 commits)")

---

Tags

hacktoberfestlaravelnova

### Embed Badge

![Health badge](/badges/devpartners-auditable-log/health.svg)

```
[![Health](https://phpackages.com/badges/devpartners-auditable-log/health.svg)](https://phpackages.com/packages/devpartners-auditable-log)
```

###  Alternatives

[bolechen/nova-activitylog

A tool to activity logger to monitor the users of your Laravel Nova.

100730.9k8](/packages/bolechen-nova-activitylog)[php-junior/nova-logs

Provides a Log Viewer for Laravel Nova

79450.5k1](/packages/php-junior-nova-logs)[kabbouchi/nova-logs-tool

A Laravel Nova tool to manage and keep track of each one of your logs files.

73366.3k](/packages/kabbouchi-nova-logs-tool)[spatie/nova-tail-tool

A Laravel Nova tool to display the application log.

119129.1k1](/packages/spatie-nova-tail-tool)[insenseanalytics/nova-server-monitor

A Laravel Nova tool for Spatie's Server Monitor library.

6454.1k](/packages/insenseanalytics-nova-server-monitor)[stepanenko3/nova-logs-tool

A Laravel Nova tool to manage and keep track of each one of your logs files.

27123.6k](/packages/stepanenko3-nova-logs-tool)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
