Provides the ability to vote on a Page OR a Comment.
- Able to like or unlike a page, member or comment.
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