Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nearata/flarum-ext-discord-widget
- Owner: Nearata
- License: unlicense
- Created: 2022-12-28T17:21:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T19:17:53.000Z (over 1 year ago)
- Last Synced: 2024-12-02T10:48:07.801Z (about 1 month ago)
- Topics: flarum, flarum-extension
- Language: TypeScript
- Homepage: https://packagist.org/packages/nearata/flarum-ext-discord-widget
- Size: 289 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```