Skip to content

uses doctrine/loggable to log changes to entries

License

Notifications You must be signed in to change notification settings

beechit/FLOW.Logger

 
 

Repository files navigation

FLOW.Logger

uses doctrine/loggable to log changes to TYPO3.Flow domain objects

How to

use Gedmo\Mapping\Annotation as Gedmo;

annotate the class, which should be logged with:

@Gedmo\Loggable(logEntryClass="KayStrobach\Logger\Domain\Model\LogEntry")

annotate the property to watch for changes with:

@Gedmo\Versioned

Show changes

This package also contains a controller to view the changes

About

uses doctrine/loggable to log changes to entries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%