Skip to content
/ vote Public

Provides the ability to vote on a Page OR a Comment

License

Notifications You must be signed in to change notification settings

NZTA/vote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a62a81d · Nov 18, 2024

History

19 Commits
Jul 31, 2024
Nov 18, 2024
Apr 5, 2019
Nov 18, 2024
Nov 18, 2024
Aug 8, 2017
Nov 18, 2024
Aug 8, 2017
Aug 6, 2024
Jul 31, 2024
Jul 31, 2024
Jul 31, 2024

Repository files navigation

Vote

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