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

https://github.com/eddiewebb/flarum-toolkit


https://github.com/eddiewebb/flarum-toolkit

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Flarum Toolkit

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

A [Flarum](http://flarum.org) extension. Assortment of utilities.

### Installation

Install with composer:

```sh
composer require webbinaro/flarum-tookit:"*"
```

### Updating

```sh
composer update webbinaro/flarum-tookit:"*"
php flarum migrate
php flarum cache:clear
```

### Links

- [Packagist](https://packagist.org/packages/webbinaro/flarum-tookit)
- [GitHub](https://github.com/webbinaro/flarum-tookit)
- [Discuss](https://discuss.flarum.org/d/PUT_DISCUSS_SLUG_HERE)