Skip to content

Latest commit

 

History

History
executable file
·
23 lines (15 loc) · 376 Bytes

README.md

File metadata and controls

executable file
·
23 lines (15 loc) · 376 Bytes

Vote

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:
    - VoteExtension

Page_Controller:
  extensions:
    - VoteControllerExtension