Go to file
furyhawk eb1bc88e7d feat 2024-05-25 08:26:05 +08:00
nginx feat 2024-05-25 08:26:05 +08:00
public feat 2024-05-25 08:26:05 +08:00
storage feat 2024-05-25 08:26:05 +08:00
.editorconfig feat 2024-05-25 08:26:05 +08:00
.env.example feat 2024-05-25 08:26:05 +08:00
.gitattributes feat 2024-05-25 08:26:05 +08:00
.gitignore feat 2024-05-25 08:26:05 +08:00
.nginx.conf feat 2024-05-25 08:26:05 +08:00
CHANGELOG.md feat 2024-05-25 08:26:05 +08:00
LICENSE feat 2024-05-25 08:26:05 +08:00
README.md feat 2024-05-25 08:26:05 +08:00
composer.json feat 2024-05-25 08:26:05 +08:00
docker-compose.yml feat 2024-05-25 08:26:05 +08:00
extend.php feat 2024-05-25 08:26:05 +08:00
flarum feat 2024-05-25 08:26:05 +08:00
flarum-fpm.dockerfile feat 2024-05-25 08:26:05 +08:00
site.php feat 2024-05-25 08:26:05 +08:00

README.md

Total Downloads Latest Stable Version License

About Flarum

Flarum is a delightfully simple discussion platform for your website. It's fast and easy to use, with all the features you need to run a successful community. It is designed to be:

  • Fast and simple. No clutter, no bloat, no complex dependencies. Flarum is built with PHP so its 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. Flarums architecture is amazingly flexible, with a powerful Extension API.

screenshot

Installation

Read the Installation guide to get started. For support, refer to the documentation, and ask questions on the community forum or Discord chat.

Docker Compose

git clone https://github.com/furyhawk/flarum.git -b docker-compose
cd flarum
# copy and edit .env file if needed
cp .env.example .env
docker run --rm -it -v $PWD:/app composer install
docker compose up -d

Initial setup

Use the following fields for the DB to work:

MySQL Host: mariadb MySQL Username: flarum MySQL Password: flarumpass

Contributing

Thank you for considering contributing to Flarum! Please read the Contributing guide to learn how you can help.

This repository only holds the Flarum skeleton application. Most development happens in flarum/core.

Security Vulnerabilities

If you discover a security vulnerability within Flarum, please follow our security policy so we can address it promptly.

License

Flarum is open-source software licensed under the MIT License.