andreluizsr/eloquent-orm-auditing-without-laravel

此软件包最新版本(dev-master)没有提供许可证信息。

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

有时候在开发小型应用程序并使用 Eloquent ORM (https://github.com/illuminate/database) 时,你需要实现审计系统。

为此,我使用了 Illuminate 事件 (https://github.com/illuminate/events),开发了一个小的 trait,并将其关联到所有模型上。