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. wdelfuego/nova-actions

AbandonedLibrary

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

Makes working with Actions in Laravel's Nova 4 easier

v1.0.1(3y ago)120MITPHP

Since May 2Pushed 3y 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 4w ago

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

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity49

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

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

[optimistdigital/nova-sortable

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

2872.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.

2861.8M9](/packages/outl1ne-nova-sortable)[laravel/nova-log-viewer

A Laravel Nova tool for viewing your application logs.

136301.3k1](/packages/laravel-nova-log-viewer)[stepanenko3/nova-command-runner

Laravel Nova tool for running Artisan and bash(shell) commands.

36983.0k](/packages/stepanenko3-nova-command-runner)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[dniccum/nova-documentation

A Laravel Nova tool that allows you to add markdown-based documentation to your administrator's dashboard.

37116.4k](/packages/dniccum-nova-documentation)

PHPackages © 2026

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