symbiote/silverstripe-watching

Allows users to watch content items

Installs: 4 041

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:silverstripe-vendormodule

1.5.0 2020-08-28 04:56 UTC

This package is auto-updated.

Last update: 2024-03-28 12:37:42 UTC


README

Adds content watching to your site

Composer Install

composer require symbiote/silverstripe-watching:~1.0

Requirements

  • SilverStripe 4.1+

Documentation

Use with the silverstripe-notifications module

SilverStripe\CMS\Model\SiteTree:
  extensions:
    - Symbiote\Watch\Extension\ContentWatchNotification
SilverStripe\Core\Injector\Injector:
  Symbiote\Watch\Extension\ContentWatchNotification: 
    properties:
      watchService: %$Symbiote\Watch\WatchService
      notificationService: %$Symbiote\Notifications\Service\NotificationService