arnehendriksen/laravel-model-snapshots

Easily store snapshots of any model

1.0.1 2019-08-13 12:08 UTC

This package is auto-updated.

Last update: 2020-06-13 17:47:40 UTC


README

Latest Version on Packagist Total Downloads

This package provides a model trait you can use to create snapshots of any model.

Installation

You can install the package via composer:

composer require arnehendriksen/laravel-model-snapshots

The package will automatically register itself.

Next, run the migrations:

php artisan migrate