q7zh / flarum-ext-ratings
Enables content rating settings on posts
Installs: 248
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 1
Open Issues: 0
Language:JavaScript
Type:flarum-extension
Requires
- flarum/core: ^0.1.0-beta.7
This package is not auto-updated.
Last update: 2025-05-11 08:41:31 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.json
composer.lock
vendor/
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