PHPackages                             wdelfuego/nova-actions - 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. [Framework](/categories/framework)
4. /
5. wdelfuego/nova-actions

AbandonedLibrary[Framework](/categories/framework)

wdelfuego/nova-actions
======================

Makes working with Actions in Laravel's Nova 4 easier

v1.0.1(4y ago)120MITPHP

Since May 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/wdelfuego/nova-actions)[ Packagist](https://packagist.org/packages/wdelfuego/nova-actions)[ RSS](/packages/wdelfuego-nova-actions/feed)WikiDiscussions main Synced today

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

This package adds support for applying a global `DateTime` format to all action events displayed in the action logs of your Nova 4 resources, respecting the global `DateTime` format setting introduced by [wdelfuego/datetime](https://github.com/wdelfuego/nova-datetime). It will serve as a base for more extensions and improvements with regard to actions and action events in Laravel's [Nova 4](https://nova.laravel.com).

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

[](#installation)

```
composer require wdelfuego/nova-actions
```

Usage
-----

[](#usage)

### Formatting `DateTime` fields in all action events globally

[](#formatting-datetime-fields-in-all-action-events-globally)

1. Make sure you've followed steps 1 and 2 of the [wdelfuego/datetime](https://github.com/wdelfuego/nova-datetime) package.

    When the file `config/nova-datetime.php` exists in your project and specifies a `globalFormat`, you're ready for step 2.
2. In `config/nova.php`, at the top of the file, replace this use statement:

    ```
    use Laravel\Nova\Actions\ActionResource;
    ```

    by this use statement:

    ```
    use Wdelfuego\Nova\Actions\ActionResource;
    ```

That's it!

The 'Action Happened At' column displayed in the action logs of all of your Nova 4 resources is now shown in the global `DateTime` format you specified in `config/nova-datetime.php`.

Support
-------

[](#support)

For any problems, questions or remarks you might have, please open an issue on [GitHub](https://github.com/wdelfuego/nova-actions).

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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 ~59 days

Total

2

Last Release

1463d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1326136?v=4)[wdelfuego](/maintainers/wdelfuego)[@wdelfuego](https://github.com/wdelfuego)

### Embed Badge

![Health badge](/badges/wdelfuego-nova-actions/health.svg)

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

###  Alternatives

[laravel/nova-log-viewer

A Laravel Nova tool for viewing your application logs.

137354.5k1](/packages/laravel-nova-log-viewer)[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2852.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2862.1M9](/packages/outl1ne-nova-sortable)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[laravel/nova-pennant

A Pennant Resource Tool for Laravel Nova

23187.5k](/packages/laravel-nova-pennant)[lupennat/nova-nested-many

Laravel Nova - Nested Many

1572.6k](/packages/lupennat-nova-nested-many)

PHPackages © 2026

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