nzta/vote

A module for voting on a Page OR a Comment

Installs: 1 506

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 4

Open Issues: 0

Type:silverstripe-vendormodule

2.2.1 2024-11-18 02:56 UTC

This package is auto-updated.

Last update: 2024-11-18 03:05:18 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