Go to file
Petrouchka c17588f1cd Update .htaccess
# Allow access if Flarum is installed in a subdirectory and another .htaccess deny access in a higher directory
2015-09-17 09:11:42 +02:00
assets
extensions
flarum Updated Composer Lock file 2015-09-16 15:39:48 +02:00
.editorconfig Remove redundant options 2015-08-31 22:55:17 +03:00
.gitattributes
.gitignore
.gitmodules
.htaccess Update .htaccess 2015-09-17 09:11:42 +02:00
CONTRIBUTING.md Update README and contributing instructions 2015-08-27 19:57:36 +09:30
LICENSE
Vagrantfile Fixed Node JS install 2015-09-15 16:52:49 +02:00
admin.php Use new method for retrieving base URL 2015-08-27 00:48:54 +02:00
api.php Don't use whoops for API errors 2015-09-14 16:19:20 +09:30
build.sh Fix dependency clashing in build script 2015-09-14 19:19:13 +09:30
index.php Use Core helper for checking installation status 2015-09-03 08:02:26 +02:00
readme.md Require MySQL 5.5+ 2015-08-28 03:07:50 +09:30

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