PHPackages                             alive2tinker/resource-activities - 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. alive2tinker/resource-activities

ActiveLibrary[Admin Panels](/categories/admin)

alive2tinker/resource-activities
================================

A Laravel Nova resource tool.

1.0(4y ago)41.9k[2 issues](https://github.com/alive2tinker/nova-resource-activities/issues)MITPHPPHP &gt;=7.1.0

Since Aug 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/alive2tinker/nova-resource-activities)[ Packagist](https://packagist.org/packages/alive2tinker/resource-activities)[ RSS](/packages/alive2tinker-resource-activities/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (0)

Nova Resource Activities
========================

[](#nova-resource-activities)

this package is a resource tool that lists activities performed on the resource in the detailed view of the resource. It utilizes [Spatie/activity-log](https://spatie.be/docs/laravel-activitylog/v3/introduction) package.

usage
-----

[](#usage)

After successful installation of the Spatie package, simply require this package by writing the following command `composer require alive2tinker/resource-activities`

then add the resource tool to your nova models like the following:

```
public function fields(Request $request)
    {
        return [
            //your fields

                ResourceActivities::make(),
        ];
    }

```

and you are good to go.

QUICK NOTE: if you run into npm problem, just cd into `vendor/alive2tinker/resource-activities` and run `npm i && npm run production` until I solution is found

LICENSE
-------

[](#license)

MIT

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1731d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e4681bd8475efa8e49bc1a195c17de12afe5e856f6407b7ef6f84efef780c19?d=identicon)[alive2tinker](/maintainers/alive2tinker)

---

Top Contributors

[![alive2tinker](https://avatars.githubusercontent.com/u/10200075?v=4)](https://github.com/alive2tinker "alive2tinker (9 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/alive2tinker-resource-activities/health.svg)

```
[![Health](https://phpackages.com/badges/alive2tinker-resource-activities/health.svg)](https://phpackages.com/packages/alive2tinker-resource-activities)
```

###  Alternatives

[benjacho/belongs-to-many-field

belongsToMany nova representation in field.

158811.4k1](/packages/benjacho-belongs-to-many-field)[pdmfc/nova-action-button

A Laravel Nova field to run actions.

37733.0k1](/packages/pdmfc-nova-action-button)[khalin/nova-link-field

A Laravel Nova Link field.

31562.2k2](/packages/khalin-nova-link-field)[ebess/nova-collapsible-sidebar

A collapsible sidebar for Laravel Nova.

32313.2k](/packages/ebess-nova-collapsible-sidebar)

PHPackages © 2026

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