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-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.

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
```