https://github.com/datlechin/flarum-silent-edit
https://github.com/datlechin/flarum-silent-edit
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datlechin/flarum-silent-edit
- Owner: datlechin
- License: mit
- Created: 2022-02-04T15:53:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T10:58:06.000Z (7 months ago)
- Last Synced: 2025-04-02T00:37:23.495Z (3 months ago)
- Language: JavaScript
- Size: 522 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Silent Edit
 [](https://packagist.org/packages/datlechin/flarum-silent-edit) [](https://packagist.org/packages/datlechin/flarum-silent-edit)
A [Flarum](http://flarum.org) extension. Allows user groups to edit posts silently.

## Installation
Install with composer:
```sh
composer require datlechin/flarum-silent-edit:"*"
```## Updating
```sh
composer update datlechin/flarum-silent-edit:"*"
php flarum cache:clear
```## Links
- [Packagist](https://packagist.org/packages/datlechin/flarum-silent-edit)
- [GitHub](https://github.com/datlechin/flarum-silent-edit)
- [Discuss](https://discuss.flarum.org/d/30064)