PHPackages                             coreproc/nova-auditing-user-fields - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. coreproc/nova-auditing-user-fields

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

coreproc/nova-auditing-user-fields
==================================

A Laravel Nova field that works with the Laravel Auditing package to see who created or last updated a resource.

0.2.0(6y ago)10111.6k7[2 issues](https://github.com/CoreProc/nova-auditing-user-fields/issues)MITPHPPHP &gt;=7.2.5

Since Oct 11Pushed 5y ago2 watchersCompare

[ Source](https://github.com/CoreProc/nova-auditing-user-fields)[ Packagist](https://packagist.org/packages/coreproc/nova-auditing-user-fields)[ RSS](/packages/coreproc-nova-auditing-user-fields/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (1)Versions (5)Used By (0)

Nova Auditing User Fields
=========================

[](#nova-auditing-user-fields)

[![Latest Version on Packagist](https://camo.githubusercontent.com/350a0fe8bce56b54186721ce43728618e35e404a64e60467f9d2d21a761e6033/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f726570726f632f6e6f76612d6175646974696e672d757365722d6669656c64732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/coreproc/nova-auditing-user-fields)[![Total Downloads](https://camo.githubusercontent.com/e3f8b4596a767dc7402aec3eeb4a67ab736425e62af5b5f1e2446d4e2ba85072/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f726570726f632f6e6f76612d6175646974696e672d757365722d6669656c64732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/coreproc/nova-auditing-user-fields)

A Laravel Nova field that works with the [Laravel Auditing](https://github.com/owen-it/laravel-auditing) package to see who created or last updated a resource.

[![nova auditing user fields screenshot](https://camo.githubusercontent.com/2991463d421aff355fac633e75eed14adc886c2050b5bcc68a40f712c5781490/68747470733a2f2f63646e2e636f726570726f632e636f6d2f696d616765732f6e6f76612d6175646974696e672d757365722d6669656c64732e6a7067)](https://camo.githubusercontent.com/2991463d421aff355fac633e75eed14adc886c2050b5bcc68a40f712c5781490/68747470733a2f2f63646e2e636f726570726f632e636f6d2f696d616765732f6e6f76612d6175646974696e672d757365722d6669656c64732e6a7067)

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

[](#installation)

You can install the package in to a Laravel app that uses [Laravel Nova](https://nova.laravel.com) and the [Laravel Auditing](https://github.com/owen-it/laravel-auditing) package via composer:

```
composer require coreproc/nova-auditing-user-fields
```

Usage
-----

[](#usage)

Once installed, you can begin using the `CreatedBy` and `UpdatedBy` fields inside a resource.

Please take note that the model of the resource should be using the `Auditable` trait and implements the `Auditable` contract as explained in the Laravel Auditing package: .

```
