Go to file
Toby Zerner 7b5bd17c77
Merge pull request #55 from flarum/fl/sites
Update skeleton for site/app refactoring
2018-08-24 18:21:34 +09:30
public Update skeleton for site/app refactoring 2018-08-22 08:03:51 +02: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 Prevent Git from auto-merging Composer's lockfile 2018-06-02 15:06:48 +02:00
.gitignore Ignore composer lock file for now 2015-10-19 15:02:02 +02:00
CONTRIBUTING.md Update urls with their current canonical versions (#54) 2018-08-02 17:35:25 +02:00
LICENSE Update license year (#47) 2017-12-31 20:46:40 +01:00
composer.json Update urls with their current canonical versions (#54) 2018-08-02 17:35:25 +02:00
flarum Update skeleton for site/app refactoring 2018-08-22 08:03:51 +02:00
readme.md Update urls with their current canonical versions (#54) 2018-08-02 17:35:25 +02:00

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.

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.

License

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