PHPackages                             sashalenz/nova-activitylog - 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. [Admin Panels](/categories/admin)
4. /
5. sashalenz/nova-activitylog

ActiveLibrary[Admin Panels](/categories/admin)

sashalenz/nova-activitylog
==========================

A Laravel Nova Activity Resource tool.

2.0.0(1y ago)2119MITPHPPHP ^8.4

Since Oct 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/sashalenz/nova-activitylog)[ Packagist](https://packagist.org/packages/sashalenz/nova-activitylog)[ Docs](https://github.com/sashalenz/nova-activitylog)[ RSS](/packages/sashalenz-nova-activitylog/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (7)Dependencies (2)Versions (8)Used By (0)

nova-activitylog
================

[](#nova-activitylog)

Laravel Nova ActivityLog resource tool based on spatie/laravel-activitylog

Requirements
------------

[](#requirements)

This Nova field requires Nova 2 and spatie/laravel-activitylog

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

[](#installation)

You can install the package into a Laravel app that uses Nova via composer:

```
composer require sashalenz/nova-activitylog
```

You can publish the migration for creating extra field named "request" with:

```
php artisan vendor:publish --provider="Sashalenz\NovaActivitylog\ToolServiceProvider" --tag="migrations"
```

After publishing the migration you can update existed activity\_log table by running the migrations:

```
php artisan migrate
```

You can optionally publish the config file with:

```
php artisan vendor:publish --provider="Sashalenz\NovaActivitylog\ToolServiceProvider" --tag="config"
```

And you can optionally publish the localization files with:

```
php artisan vendor:publish --provider="Sashalenz\NovaActivitylog\ToolServiceProvider" --tag="translations"
```

Usage
-----

[](#usage)

```
// in app/Providers/NovaServiceProvder.php

// ...

public function tools()
{
    return [
        // ...
        new \Sashalenz\NovaActivitylog\NovaActivitylog(),
    ];
}
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance49

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 100% 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 ~337 days

Recently: every ~370 days

Total

7

Last Release

368d ago

Major Versions

1.1.1 → 2.0.02025-05-12

PHP version history (3 changes)1.0.0PHP &gt;=7.1.0

1.1.0PHP ^7.3|^8.0|^8.1

2.0.0PHP ^8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13202688?v=4)[Oleksandr Petrovskyi](/maintainers/sashalenz)[@sashalenz](https://github.com/sashalenz)

---

Top Contributors

[![sashalenz](https://avatars.githubusercontent.com/u/13202688?v=4)](https://github.com/sashalenz "sashalenz (8 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/sashalenz-nova-activitylog/health.svg)

```
[![Health](https://phpackages.com/badges/sashalenz-nova-activitylog/health.svg)](https://phpackages.com/packages/sashalenz-nova-activitylog)
```

###  Alternatives

[khalin/nova-link-field

A Laravel Nova Link field.

31562.2k2](/packages/khalin-nova-link-field)[digital-creative/nova-dashboard

The missing dashboard for nova.

7169.3k1](/packages/digital-creative-nova-dashboard)[harrald/nova-combobox-filter

A Laravel Nova combobox filter. Supports selecting multiple items

13105.5k](/packages/harrald-nova-combobox-filter)[marianvlad/nova-ssl-card

A Laravel Nova card for SSL certificates.

1219.9k](/packages/marianvlad-nova-ssl-card)

PHPackages © 2026

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