boing6002 / historytracker
Model history tracking dependency for Laravel Enso
1.4.15
2018-10-21 11:19 UTC
Requires
- php: >=7.1.0
- laravel/framework: 5.7.*
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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.