Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/davwheat/flarum-ext-custom-sidenav-links
- Owner: davwheat
- License: mit
- Created: 2021-03-08T05:01:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T05:53:16.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T20:12:19.195Z (about 1 month ago)
- Topics: flarum, side-navigation
- Language: TypeScript
- Homepage:
- Size: 755 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)