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

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