q7zh/flarum-ext-ratings

Enables content rating settings on posts

Installs: 248

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

Language:JavaScript

Type:flarum-extension

v1.0.1 2017-12-28 04:50 UTC

This package is not auto-updated.

Last update: 2024-04-14 02:41:03 UTC


README

Extension for Flarum, enabling content rating settings on discussions.

Getting Started

Prerequisites

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