arnehendriksen/laravel-model-snapshots

Easily store snapshots of any model

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Maintainers

Package info

github.com/arnehendriksen/laravel-model-snapshots

pkg:composer/arnehendriksen/laravel-model-snapshots

Statistics

Installs: 198

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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