symbiote / silverstripe-watching
Allows users to watch content items
Installs: 4 104
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 0
Type:silverstripe-vendormodule
Requires
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2024-10-28 13:55:57 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