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

https://github.com/datlechin/flarum-signup-button


https://github.com/datlechin/flarum-signup-button

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Signup Button

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

A [Flarum](http://flarum.org) extension. Adds a Signup button to the homepage, and replace the Start a discussion icon with the Signin icon.

![](https://github.com/datlechin/static/blob/main/datlechin-flarum-signup-button.png?raw=true)

## Installation

Install with composer:

```sh
composer require datlechin/flarum-signup-button:"*"
```

## Updating

```sh
composer update datlechin/flarum-signup-button:"*"
php flarum migrate
php flarum cache:clear
```

## Links

- [Packagist](https://packagist.org/packages/datlechin/flarum-signup-button)
- [GitHub](https://github.com/datlechin/flarum-signup-button)
- [Discuss](https://discuss.flarum.org/d/29762)