johannesschobel / apiato-revision
There is no license information available for the latest version (0.1) of this package.
Revision container for apiato.
Package info
github.com/johannesschobel/apiato-revision
Type:apiato-container
pkg:composer/johannesschobel/apiato-revision
0.1
2017-06-13 09:32 UTC
Requires
This package is not auto-updated.
Last update: 2026-03-06 09:06:33 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:
- run
composer updatein order to install the required laravel package. - Continue with the readme for the respective package (see https://github.com/johannesschobel/laravel-revisionable)
- add the
Revisionabletrait the top-level model (located inApp\Ship\Parent\Models\Model.php)