Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nearata/flarum-ext-related-discussions
- Owner: Nearata
- License: unlicense
- Created: 2022-12-30T12:10:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T19:32:13.000Z (over 1 year ago)
- Last Synced: 2024-11-07T23:46:21.267Z (about 2 months ago)
- Topics: flarum, flarum-extension
- Language: PHP
- Homepage: https://packagist.org/packages/nearata/flarum-ext-related-discussions
- Size: 520 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```