You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Franz Liedke 472553ceaf Vagrant: More global Composer packages 9 years ago
assets
extensions
flarum Vagrant: Fix NPM installation 9 years ago
.editorconfig Remove redundant options 9 years ago
.gitattributes Add .gitattributes 9 years ago
.gitignore Ignore PHPStorm stuff 10 years ago
.gitmodules Rename system directory to flarum 9 years ago
.htaccess .htaccess: Allow access to flarum directory 9 years ago
CONTRIBUTING.md Update README and contributing instructions 9 years ago
LICENSE Clean up, add header comments 9 years ago
Vagrantfile Vagrant: More global Composer packages 9 years ago
admin.php Use new method for retrieving base URL 9 years ago
api.php Remove unused import 9 years ago
build.sh Use pipe instead of redirect for release.zip 9 years ago
fullbuild.sh Add Kulga's new build script for experimentation 9 years ago
index.php Use Core helper for checking installation status 9 years ago
readme.md Require MySQL 5.5+ 9 years ago

readme.md

Flarum

Flarum is free, open-source forum software with a focus on simplicity. You can use Flarum to easily set up a discussion forum for your website.

Features - Download - Documentation - Community - Gitter Chat - Twitter - Contact - Donate

screenshot

Goals

Flarum is the combined successor of esoTalk and FluxBB. It aims to be:

  • Fast and simple. No clutter, no bloat, no complex dependencies. Flarum is built with PHP so it's 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. Flarum's architecture is amazingly flexible, prioritizing comprehensive APIs and great documentation.
  • Free and open. Flarum is released under the MIT license.

Installation

Flarum is currently in beta and should not be used in production. It is being developed openly on GitHub. Check out the Roadmap to follow along with our progress.

To give Flarum a spin, go to the Download page. You'll need a server with PHP 5.5+ and MySQL 5.5+.

If you want to hack on Flarum, you'll need to set up a development environment. Read how in the Contributing docs!

Core Team