wwwision/node-event-log
composer require wwwision/node-event-log
Log for nodes in the Event Sourced Content Repository
0.3.0
Readme excerpt
Wwwision.NodeEventLogLog for nodes in the Event Sourced Content Repository
InstallationInstall via composer:
composer require wwwision/node-event-logAfterwards make sure to execute doctrine migrations:
./flow doctrine:migrateThe EventLogProjector is registered as event listener for the "ContentRepository" event store and will be updated whenever new events are published.
To initialize the projector with already published events, the projection:replay command can be used:
./flow projection:replay eventlog Usage FilteringThe event log can be filtered by numerous attributes including:
- The affected node (recursively or …
Read more
The same vendor provides 31 package(s).