vilija19/modelshistory

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/vilija19/modelshistory

v1.0.2 2022-08-07 07:20 UTC

This package is auto-updated.

Last update: 2025-10-07 14:46:11 UTC


README

Description

This module logs changes in Models. Models to observe should be set in config file.

Install

composer require vilija19/modelshistory
php artisan migrate

Set observing models in yourAplicationsDIR/config/modelshistory.php
If you want to get a history of changes for your model, you need to add this trait to the model:
use Vilija19\Modelshistory\ModelsHistoryTrait;