PHPackages                             skore-labs/laravel-auditable - 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. [Database &amp; ORM](/categories/database)
4. /
5. skore-labs/laravel-auditable

ActiveLibrary[Database &amp; ORM](/categories/database)

skore-labs/laravel-auditable
============================

Simple audit for users that performs actions to your Eloquent models

3.1.1(4w ago)0547MITPHPPHP ^8.2 || ^8.3 || ^8.4CI passing

Since Mar 12Pushed 4w ago2 watchersCompare

[ Source](https://github.com/skore/laravel-auditable)[ Packagist](https://packagist.org/packages/skore-labs/laravel-auditable)[ RSS](/packages/skore-labs-laravel-auditable/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (12)Versions (22)Used By (0)

Laravel Auditable
=================

[](#laravel-auditable)

Audit the users that performs actions to your application models

Status
------

[](#status)

[![packagist version](https://camo.githubusercontent.com/c84b531bd1207d089ebeafc85d153acefe21b1c5252147dcf3edb51fd39c8fbc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736b6f72652d6c6162732f6c61726176656c2d617564697461626c65)](https://packagist.org/packages/skore-labs/laravel-auditable) [![tests](https://github.com/skore/laravel-auditable/actions/workflows/tests.yml/badge.svg)](https://github.com/skore/laravel-auditable/actions/workflows/tests.yml) [![StyleCI](https://camo.githubusercontent.com/120fff8f9ffec5a2bdb6ba47641851c61f80cebba478490513881eadf59a720a/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3234363338333130362f736869656c643f7374796c653d666c6174266272616e63683d6d6173746572)](https://github.styleci.io/repos/246383106) [![Codacy Badge](https://camo.githubusercontent.com/64048f254c7f5e2c845b85b8cff28650e90ecc8c5b3ef08b93e4bc5b1ab8c99b/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3866303964373033316665333431653161386338656564393132306130653762)](https://www.codacy.com/gh/skore/laravel-auditable?utm_source=github.com&utm_medium=referral&utm_content=skore/laravel-auditable&utm_campaign=Badge_Grade) [![Codacy Badge](https://camo.githubusercontent.com/8cb83601fb03b222e6f1def1492dae3238ee2b726a70de05e5c159ba5798036e/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f436f7665726167652f3866303964373033316665333431653161386338656564393132306130653762)](https://www.codacy.com/gh/skore/laravel-auditable/dashboard?utm_source=github.com&utm_medium=referral&utm_content=skore/laravel-auditable&utm_campaign=Badge_Coverage) [![Scc Count Badge](https://camo.githubusercontent.com/819f16f9717345866f03a70baa0fa0e7c597e9daf5d44d32725c96bcdc28810c/68747470733a2f2f736c6f632e78797a2f6769746875622f736b6f72652f6c61726176656c2d617564697461626c653f63617465676f72793d636f6465)](https://github.com/skore/laravel-auditable) [![Scc Count Badge](https://camo.githubusercontent.com/0205ce7e29c304ae47a2fed9f14e312bcee0b8e59e905b023e4814a740c7ed5d/68747470733a2f2f736c6f632e78797a2f6769746875622f736b6f72652f6c61726176656c2d617564697461626c653f63617465676f72793d636f6d6d656e7473)](https://github.com/skore/laravel-auditable)

Getting started
---------------

[](#getting-started)

```
composer require skore-labs/laravel-auditable

```

And write this on the models you want to have auditables:

```
