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
Package info
github.com/AndreLuizSr/eloquent-orm-auditing-without-laravel
pkg:composer/andreluizsr/eloquent-orm-auditing-without-laravel
dev-master
2021-04-30 08:15 UTC
Requires
- php: ^7.0
- illuminate/database: *
- illuminate/events: *
- illuminate/support: *
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.