mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 21:43:10 +08:00
Simple forum software for building great communities.
87bf84ef6e
I decided to put this in config.php because if cookie settings were to be stored in the database and configured via admin UI, entering incorrect settings could cause the admin session to be destroyed, requiring manual database intervention to fix. But it's a good prompt for discussion as to which kind of settings belong in config.php vs the database. Thoughts? |
||
---|---|---|
.github | ||
error | ||
js | ||
less | ||
migrations | ||
scripts | ||
src | ||
stubs/migrations | ||
tests | ||
views | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.styleci.yml | ||
.travis.yml | ||
composer.json | ||
LICENSE | ||
phpunit.xml | ||
README.md |
Flarum Core
This repository contains Flarum's core code. If you want to set up a forum, visit the main Flarum repository.
Contributing
Flarum is open-source and we would love your help building it! Please read the Contributing Guide to learn how you can help.