An open API service indexing awesome lists of open source software.

https://github.com/datlechin/flarum-copy-links


https://github.com/datlechin/flarum-copy-links

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Copy Links

![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/datlechin/flarum-copy-links.svg)](https://packagist.org/packages/datlechin/flarum-copy-links) [![Total Downloads](https://img.shields.io/packagist/dt/datlechin/flarum-copy-links.svg)](https://packagist.org/packages/datlechin/flarum-copy-links)

A [Flarum](http://flarum.org) extension. Adds 'Copy Link' controls to posts, discussions and users card.

![](https://i.imgur.com/8Z0uPIq.png)

## Installation

Install with composer:

```sh
composer require datlechin/flarum-copy-links:"*"
```

## Updating

```sh
composer update datlechin/flarum-copy-links:"*"
php flarum cache:clear
```

## Links

- [Packagist](https://packagist.org/packages/datlechin/flarum-copy-links)
- [GitHub](https://github.com/datlechin/flarum-copy-links)
- [Discuss](https://discuss.flarum.org/d/33808)