Go to file
Franz Liedke 4acab4a46f
Release beta.8.1
2018-12-06 09:27:08 +01:00
public Prevent caching of JSON:API responses 2018-12-02 07:44:59 +10:30
storage Add directory for storing session data 2018-03-18 15:57:18 +01:00
.editorconfig Remove redundant options 2015-08-31 22:55:17 +03:00
.gitattributes Prevent Git from auto-merging Composer's lockfile 2018-06-02 15:06:48 +02:00
.gitignore Ignore composer lock file for now 2015-10-19 15:02:02 +02:00
.nginx.conf Update .htaccess rules and add .nginx.conf 2018-11-21 17:26:02 +10:30
CHANGELOG.md Release beta.8.1 2018-12-06 09:27:08 +01:00
LICENSE Remove copyright year from LICENSE 2018-11-21 18:19:40 +10:30
README.md Uppercase that README 2018-11-22 18:35:40 +10:30
composer.json Rename packages 2018-10-17 13:46:49 +10:30
extend.php Add a root-level extend.php for per-forum customizations 2018-09-01 16:14:23 +02:00
flarum Configure all paths explicitly 2018-10-28 23:12:45 +01:00

README.md

Build Status Total Downloads Latest Stable Version License

About Flarum

Flarum is a delightfully simple discussion platform for your website. It's fast and easy to use, with all the features you need to run a successful community. It is designed to be:

  • Fast and simple. No clutter, no bloat, no complex dependencies. Flarum is built with PHP so its quick and easy to deploy. The interface is powered by Mithril, a performant JavaScript framework with a tiny footprint.

  • Beautiful and responsive. This is forum software for humans. Flarum is carefully designed to be consistent and intuitive across platforms, out-of-the-box.

  • Powerful and extensible. Customize, extend, and integrate Flarum to suit your community. Flarums architecture is amazingly flexible, with a powerful Extension API.

screenshot

Installation

You must have SSH access to a server with PHP 7.1+ and MySQL 5.6+, and install Composer.

composer create-project flarum/flarum . --stability=beta

Read the Installation guide for more information. For support, refer to the documentation, and ask questions on the community forum or Discord chat.

Contributing

Thank you for considering contributing to Flarum! Please read the Contributing guide to learn how you can help.

This repository only holds the Flarum skeleton application. Most development happens in flarum/core.

Security Vulnerabilities

If you discover a security vulnerability within Flarum, please send an e-mail to security@flarum.org. All security vulnerabilities will be promptly addressed.

License

Flarum is open-source software licensed under the MIT License.