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-discord-widget


https://github.com/nearata/flarum-ext-discord-widget

flarum flarum-extension

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Discord Widget

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

> Adds a floating Discord widget.

![preview](screenshot.png)

## Install

```sh
composer require nearata/flarum-ext-discord-widget:"*"
```

## Update

```sh
composer update nearata/flarum-ext-discord-widget:"*"
php flarum cache:clear
```

## Remove

```sh
composer remove nearata/flarum-ext-discord-widget
php flarum cache:clear
```