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.
- Host: GitHub
- URL: https://github.com/nearata/flarum-ext-dsts
- Owner: Nearata
- License: unlicense
- Created: 2021-04-28T10:53:25.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T12:10:34.000Z (about 3 years ago)
- Last Synced: 2025-04-10T05:08:45.920Z (about 1 year ago)
- Topics: bbcode, flarum, flarum-extension
- Language: PHP
- Homepage: https://packagist.org/packages/nearata/flarum-ext-dsts
- Size: 566 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Do Something To See
[](https://github.com/Nearata/flarum-ext-dsts/blob/main/UNLICENSE)
[](https://packagist.org/packages/nearata/flarum-ext-dsts)
[](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
```