nzta/vote

A module for voting on a Page OR a Comment

Installs: 1 365

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 4

Open Issues: 0

Type:silverstripe-vendormodule

2.1.0 2022-10-16 21:25 UTC

This package is auto-updated.

Last update: 2024-04-11 00:58:46 UTC


README

Introduction

Provides the ability to vote on a Page OR a Comment.

Features

  • Able to like or unlike a page, member or comment.

Installation

composer require nzta/vote

To get work vote module in all the pages, You need to add this to your config.yml file:

Page:
  extensions:
    - NZTA\Vote\Extensions\VoteExtension

PageController:
  extensions:
    - NZTA\Vote\Extensions\VoteControllerExtension