q7zh / flarum-ext-ratings
Enables content rating settings on posts
Package info
github.com/q7zh/flarum-ext-ratings
Language:JavaScript
Type:flarum-extension
pkg:composer/q7zh/flarum-ext-ratings
v1.0.1
2017-12-28 04:50 UTC
Requires
- flarum/core: ^0.1.0-beta.7
This package is not auto-updated.
Last update: 2026-03-15 13:07:14 UTC
README
Extension for Flarum, enabling content rating settings on discussions.
Getting Started
Prerequisites
- flarum/core: ^0.1.0-beta.7
Installation
Execute the following command in the root directory of your flarum.
composer require q7zh/flarum-ext-ratings
Make sure that the following directories and files are writable by the web/php user:
composer.jsoncomposer.lockvendor/
Updating
Execute the following commands in the root directory of your flarum.
composer update q7zh/flarum-ext-ratings php flarum migrate php flarum cache:clear