wwwision/likes
composer require wwwision/likes
Simple Neos Flow package that allows to track arbitrary "likes" or recommendations
1.0.0
Readme excerpt
Wwwision.LikesSimple Neos Flow package that allows to track arbitrary "likes" or recommendations using Event-Sourcing.
InstallationInstall this package using composer:
composer require wwwision/likes Setup Event StoreBy default, this package is configured to use the DoctrineEventStorage to store events with the default options. This means, that "like"-events will be stored in a database table neos_eventsourcing_eventstore_events by default. This can be changed with a few lines of Settings.yaml:
Neos: EventSourcing: EventStore: stores: 'Wwwision.Likes:EventStore': storageOptions: eventTableName: '…Read more
The same vendor provides 31 package(s).