andreluizsr/eloquent-orm-auditing-without-laravel

There is no license information available for the latest version (dev-master) of this package.

Eloquent ORM Auditing Without Laravel

dev-master 2021-04-30 08:15 UTC

This package is not auto-updated.

Last update: 2024-09-24 17:01:05 UTC


README

Sometimes when you develop small applications and you use Eloquent ORM (https://github.com/illuminate/database), you need to implement auditing system.

For this, I used Illuminate Events (https://github.com/illuminate/events), developt small trait and associate this to all models.