boing6002/historytracker
Composer 安装命令:
composer require boing6002/historytracker
包简介
Model history tracking dependency for Laravel Enso
README 文档
README
Simple to use, customizable Laravel Model history tracking utility trait
Laravel Enso already includes this package
Details
The trait helps keep track of the changes made to a model by saving a snapshot for each relevant update of the model to a different 'history' table.
The records in the history table are linked via FK to the original model. Setting a FK constraint on the DB column may be set if necessary.
Configuration & Usage
Be sure to check out the full documentation for this package available at docs.laravel-enso.com
Contributions
are welcome. Pull requests are great, but issues are good too.
License
This package is released under the MIT license.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-01-24