wwwision/likes

Last activity 20 Nov 2020 1 483
composer require wwwision/likes

Simple Neos Flow package that allows to track arbitrary "likes" or recommendations

1.0.0

Version
1.0.0
Type
neos-package
Release Date
Nov 20, 2020 14:29
Source
git
Distribution
zip
Requires
  • neos/flow: ^5.0
  • neos/event-sourcing: ^2.0
Requires (dev)
  • roave/security-advisories: dev-master
MIT 06345d0624ec37edb293138c9eef3b2dcd2ad29c

Readme excerpt

Wwwision.Likes

Simple Neos Flow package that allows to track arbitrary "likes" or recommendations using Event-Sourcing.

Installation

Install this package using composer:

composer require wwwision/likes Setup Event Store

By 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 content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 31 package(s).