Download the PHP package jsefton/revisionable without Composer
On this page you can find all versions of the php package jsefton/revisionable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jsefton/revisionable
More information about jsefton/revisionable
Files in jsefton/revisionable
Download jsefton/revisionable
More information about jsefton/revisionable
Files in jsefton/revisionable
Vendor jsefton
Package revisionable
Short Description Laravel Revisionable
License MIT
Homepage https://jamie-sefton.co.uk
Package revisionable
Short Description Laravel Revisionable
License MIT
Homepage https://jamie-sefton.co.uk
Please rate this library. Is it a good library?
Informations about the package revisionable
Laravel Revisionable
Requires Laravel 7.0+
Installation
Usage
A revision log is made when anything is changed and saved to the database inside the revisions
table. It stores the original value and the current value upon a model being saved.
This can be used on any model. To enable it add the Revisionable
trait.
TODO
- Add in method to restore a previous revision
All versions of revisionable with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
>=7.0
The package jsefton/revisionable contains the following files
Loading the files please wait ....