Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nearata/flarum-ext-related-discussions

Shows related discussions.
https://github.com/nearata/flarum-ext-related-discussions

flarum flarum-extension

Last synced: 15 days ago
JSON representation

Shows related discussions.

Awesome Lists containing this project

README

        

# Related Discussions

[![license](https://img.shields.io/github/license/Nearata/flarum-ext-related-discussions?style=flat)](https://github.com/Nearata/flarum-ext-related-discussions/blob/main/UNLICENSE)
[![packagist](https://img.shields.io/packagist/v/nearata/flarum-ext-related-discussions?style=flat)](https://packagist.org/packages/nearata/flarum-ext-related-discussions)
[![changelog](https://img.shields.io/github/release-date/nearata/flarum-ext-related-discussions?label=last%20release%20date)](https://github.com/Nearata/flarum-ext-related-discussions/blob/main/CHANGELOG.md)

> Shows related discussions.

## Screenshots

See the [screenshots](screenshots) subfolder.

## Install

```sh
composer require nearata/flarum-ext-related-discussions:"*"
php flarum migrate
```

## Update

```sh
composer update nearata/flarum-ext-related-discussions:"*"
php flarum migrate
php flarum cache:clear
```

## Remove

```sh
composer remove nearata/flarum-ext-related-discussions
php flarum cache:clear
```