Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davwheat/flarum-ext-custom-sidenav-links

Add custom links to the index page side navigation in Flarum.
https://github.com/davwheat/flarum-ext-custom-sidenav-links

flarum side-navigation

Last synced: 17 days ago
JSON representation

Add custom links to the index page side navigation in Flarum.

Awesome Lists containing this project

README

        

# davwheat Custom Side Nav Links

![](https://flarum-badge-api.davwheat.dev/v1/compat-latest/davwheat/custom-sidenav-links) ![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/davwheat/custom-sidenav-links.svg)](https://packagist.org/packages/davwheat/custom-sidenav-links) [![Total Downloads](https://img.shields.io/packagist/dt/davwheat/custom-sidenav-links.svg)](https://packagist.org/packages/davwheat/custom-sidenav-links)

A [Flarum](http://flarum.org) extension. Add custom links to the side navigation in Flarum. [Idea suggested on Flarum Discuss.](https://discuss.flarum.org/d/26374)

![](docs/example.png)

![](docs/admin.png)

### Installation

Install with composer:

```properties
composer require davwheat/custom-sidenav-links:"*"
```

### Updating

```properties
composer update davwheat/custom-sidenav-links:"*"
php flarum cache:clear
```

### Links

- [Packagist](https://packagist.org/packages/davwheat/custom-sidenav-links)
- [GitHub](https://github.com/davwheat/flarum-ext-custom-sidenav-links)
- [Discuss](https://discuss.flarum.org/d/26380)