johannesschobel / apiato-revision
Revision container for apiato.
Installs: 45
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 0
Open Issues: 0
Type:apiato-container
Requires
This package is not auto-updated.
Last update: 2024-11-15 02:54:27 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 update
in order to install the required laravel package. - Continue with the readme for the respective package (see https://github.com/johannesschobel/laravel-revisionable)
- add the
Revisionable
trait the top-level model (located inApp\Ship\Parent\Models\Model.php
)