Go to file
jess ba36440fa6
Merge 34e8f8e0cd into 2798440851
2018-05-11 04:48:52 +00:00
public Rules no longer necessary with the public folder 2018-03-05 18:09:14 +01:00
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 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 Add links to dev discussions 2017-12-29 22:10:24 +01:00
LICENSE Update license year (#47) 2017-12-31 20:46:40 +01:00
composer.json Add version constraint for http-interop interfaces 2018-03-18 13:54:49 +01:00
flarum Use new Site class to bootstrap web server and console 2017-07-05 21:47:23 +02:00
readme.md Update readme.md 2018-05-11 13:47:46 +09:00

readme.md

Flarum Backers on Open Collective Sponsors on Open Collective

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.

Development

This repository holds the Flarum skeleton application. Its dependencies, such as flarum/core (where most development happens), have to be installed using Composer.

Support

Refer to the FAQ, Documentation, and ask questions on the Community Forum or Discord 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.

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Backers

Thank you to all our backers! 🙏 [Become a backer]

<img src="https://opencollective.com/flarum/backers.svg?width=890”>

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

License

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