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

Maintainers

Package info

github.com/AndreLuizSr/eloquent-orm-auditing-without-laravel

Issues

pkg:composer/andreluizsr/eloquent-orm-auditing-without-laravel

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is not auto-updated.

Last update: 2026-03-11 00:00:43 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.