Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nearata/flarum-ext-remove-pane
Remove the discussion's side-pane.
https://github.com/nearata/flarum-ext-remove-pane
flarum flarum-extension
Last synced: about 1 month ago
JSON representation
Remove the discussion's side-pane.
- Host: GitHub
- URL: https://github.com/nearata/flarum-ext-remove-pane
- Owner: Nearata
- License: unlicense
- Created: 2020-08-12T23:03:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T16:14:07.000Z (over 1 year ago)
- Last Synced: 2024-11-08T23:58:33.084Z (2 months ago)
- Topics: flarum, flarum-extension
- Language: TypeScript
- Homepage: https://discuss.flarum.org/d/24681
- Size: 381 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Remove Pane
[![license](https://img.shields.io/github/license/nearata/flarum-ext-remove-pane?style=flat)](https://github.com/Nearata/flarum-ext-remove-pane/blob/main/UNLICENSE)
[![packagist](https://img.shields.io/packagist/v/nearata/flarum-ext-remove-pane?style=flat)](https://packagist.org/packages/nearata/flarum-ext-remove-pane)
[![changelog](https://img.shields.io/github/release-date/nearata/flarum-ext-remove-pane?label=last%20release%20date)](https://github.com/Nearata/flarum-ext-remove-pane/blob/main/CHANGELOG.md)> Removes the discussion's side-pane.
## Install
```sh
composer require nearata/flarum-ext-remove-pane:"*"
```## Update
```sh
composer update nearata/flarum-ext-remove-pane:"*"
```## Remove
```sh
composer remove nearata/flarum-ext-remove-pane
php flarum cache:clear
```