PHPackages                             tingo-gmbh/eloquent-traceable - 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. tingo-gmbh/eloquent-traceable

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

tingo-gmbh/eloquent-traceable
=============================

Store traceable log items in your local database using Eloquent.

v0.0.2(3y ago)0326MITPHPPHP &gt;=8.1

Since Jan 9Pushed 3y agoCompare

[ Source](https://github.com/tingo-gmbh/eloquent-traceable)[ Packagist](https://packagist.org/packages/tingo-gmbh/eloquent-traceable)[ RSS](/packages/tingo-gmbh-eloquent-traceable/feed)WikiDiscussions main Synced 1mo ago

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

Eloquent Traceable
==================

[](#eloquent-traceable)

Store traceable log items in your local database using Eloquent.

Install
-------

[](#install)

First install the latest version of our package.

```
composer require tingo-gmbh/eloquent-traceable
```

Next we publish the migration and config files.

```
php artisan vendor:publish --provider="Tingo\Traceable\TraceableServiceProvider" --tag="migrations"
```

Usage
-----

[](#usage)

### Model

[](#model)

Add the Traceable trait to your Eloquent model and implement the Creator interface for your user.

```
