Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nearata/flarum-ext-no-self-likes
A Flarum extension that disallow users to like their own posts.
https://github.com/nearata/flarum-ext-no-self-likes
flarum flarum-extension
Last synced: about 1 month ago
JSON representation
A Flarum extension that disallow users to like their own posts.
- Host: GitHub
- URL: https://github.com/nearata/flarum-ext-no-self-likes
- Owner: Nearata
- License: unlicense
- Created: 2021-04-04T20:09:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T17:14:10.000Z (over 2 years ago)
- Last Synced: 2024-11-29T01:49:44.740Z (about 1 month ago)
- Topics: flarum, flarum-extension
- Language: PHP
- Homepage: https://discuss.flarum.org/d/26701
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# No Self Likes
> A [Flarum](http://flarum.org) extension that disallow users to like their own posts.
## Install
```sh
composer require nearata/flarum-ext-no-self-likes
```## Update
```sh
composer update nearata/flarum-ext-no-self-likes
php flarum cache:clear
```## Remove
```sh
composer remove nearata/flarum-ext-no-self-likes
php flarum cache:clear
```