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. devpartners/auditable-log

ActiveLibrary

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

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

v2.0.2(3y ago)50739.8k—1.7%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 1mo ago

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 90% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity52

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

1445d 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

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[coreproc/nova-notification-feed

A Laravel Nova package that adds a notification feed in your Nova app.

10149.1k](/packages/coreproc-nova-notification-feed)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[cybercog/laravel-nova-ban

A Laravel Nova banning functionality for your application.

40199.8k](/packages/cybercog-laravel-nova-ban)[insenseanalytics/nova-server-monitor

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

6546.9k](/packages/insenseanalytics-nova-server-monitor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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