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
Requires
- php: >=7.2
- illuminate/contracts: ^5.6
- illuminate/support: ^5.6
- jenssegers/mongodb: ^3.4
Requires (Dev)
- orchestra/testbench: ^3.6
- phpunit/phpunit: ^7.0
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
- Spin up docker
docker-compose up -d
- Run
vendor/bin/phpunit
in project root