doegel/laravel-revisionable

This package is abandoned and no longer maintained. No replacement package was suggested.

drop-in module to keep revisions of Eloquent models

1.1 2018-08-01 09:49 UTC

This package is auto-updated.

Last update: 2021-11-10 08:23:55 UTC


README

Drop-in module to keep revisions of Eloquent models.

Usage

In your project: composer require doegel/laravel-revisionable

Next, publish the package default config:

php artisan vendor:publish --provider="Revisionable\RevisionableServiceProvider" --tag="config"

Tests

  1. Spin up docker docker-compose up -d
  2. Run vendor/bin/phpunit in project root