johannesschobel/apiato-revision

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

Revision container for apiato.

Installs: 47

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 0

Open Issues: 0

Type:apiato-container

pkg:composer/johannesschobel/apiato-revision

0.1 2017-06-13 09:32 UTC

This package is not auto-updated.

Last update: 2025-10-17 07:20:55 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)