Go to file
Toby Zerner af0850d842 Include bundled extensions in composer.json
Referencing 0.1.0 won't actually work until we tag a release, but that will be soon.
2015-11-01 16:02:30 +10:30
assets New skeleton architecture 2015-04-25 22:57:04 +09:30
extensions Ignore extensions 2015-06-17 10:33:10 +09:30
scripts Add rules for compression and cache expiry 2015-10-22 11:37:19 +02:00
storage Add temporary file storage dir 2015-10-14 15:50:04 +10:30
.editorconfig Remove redundant options 2015-08-31 22:55:17 +03:00
.gitattributes Add .gitattributes 2015-08-13 13:08:16 +09:30
.gitignore Ignore composer lock file for now 2015-10-19 15:02:02 +02:00
.htaccess Allowing access only to index.php, admin.php, api.php and assets folder 2015-10-30 14:36:40 +02:00
CONTRIBUTING.md Fix typo 2015-10-23 10:24:54 +08:00
LICENSE Clean up, add header comments 2015-08-26 17:13:18 +09:30
Vagrantfile New Composer-driven app skeleton 2015-10-02 17:07:11 +09:30
admin.php Split up front controllers again 2015-10-07 23:09:57 +10:30
api.php Split up front controllers again 2015-10-07 23:09:57 +10:30
composer.json Include bundled extensions in composer.json 2015-11-01 16:02:30 +10:30
flarum Split up front controllers again 2015-10-07 23:09:57 +10:30
index.php Split up front controllers again 2015-10-07 23:09:57 +10:30
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