Looking to hire Laravel developers? Try LaraJobs

eloquent-orm-auditing-without-laravel maintained by andreluizsr

Description
Eloquent ORM Auditing Without Laravel
Last update
2021/04/30 10:15 (dev-master)
Links
Downloads
9

Comments
comments powered by Disqus

Eloquent ORM Auditing without Laravel (or framework)

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.