Go to file
Willem de Groot 92e823f122
Update year
See https://github.com/flarum/core/pull/1328 :D :firework:
2017-12-29 22:20:52 +01:00
public Add public directory 2017-12-19 18:35:40 +10:30
storage Add folder for locale cache 2017-11-12 22:42:51 +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
CONTRIBUTING.md Fixed "Roadmap's" link, "good first issue" label link and added Milestone's link (#44) 2017-12-26 19:29:28 +01:00
LICENSE Update year 2017-12-29 22:20:52 +01:00
composer.json Reset composer.json 2017-12-19 18:50:52 +10:30
flarum Use new Site class to bootstrap web server and console 2017-07-05 21:47:23 +02:00
readme.md Add beta stability flags 2015-11-03 10:19:02 +10:30

readme.md

Flarum

Flarum is free, open-source forum software built with PHP and Mithril.js. It is:

  • Simple, with a responsive UI that is optimized for touch devices
  • Fast, with a total JS payload size of ~130 KB gzipped
  • Extensible, so you can tailor it to your use-case

screenshot

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.

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

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

Read the Installation Guide for more information.

Support

Refer to the FAQ, Documentation, and ask questions on the Community Forum or Gitter Chat.

Contributing

Flarum is open-source and we would love your help building it! Please read the Contributing Guide to learn how you can help.

License

Copyright (c) 2015 Toby Zerner. Code released under the MIT License.