johannesschobel/apiato-revision

There is no license information available for the latest version (0.1) of this package.

Revision container for apiato.

0.1 2017-06-13 09:32 UTC

This package is not auto-updated.

Last update: 2024-05-03 00:20:20 UTC


README

A revision container for apiato.

This container acts as Wrapper for the package johannesschobel\laravel-revisionable. This package provides revisions of your database models out of the box. For more information read the original description provided here:

https://github.com/johannesschobel/laravel-revisionable

Dependencies

This container depends on the following containers:

Installation

To install the Revision container, please perform the following steps:

  1. run composer update in order to install the required laravel package.
  2. Continue with the readme for the respective package (see https://github.com/johannesschobel/laravel-revisionable)
  3. add the Revisionable trait the top-level model (located in App\Ship\Parent\Models\Model.php)