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

https://github.com/nearata/flarum-ext-dsts

Do something to see the posts of a discussion.
https://github.com/nearata/flarum-ext-dsts

bbcode flarum flarum-extension

Last synced: about 1 year ago
JSON representation

Do something to see the posts of a discussion.

Awesome Lists containing this project

README

          

# Do Something To See

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

> Do something to see the posts of a discussion.

## Screenshots

See the [screenshots](screenshots) subfolder.

## Install

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

## Update

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

## Remove

```sh
composer remove nearata/flarum-ext-dsts
```