mirror of
https://github.com/flarum/framework.git
synced 2025-01-20 23:42:58 +08:00
Simple forum software for building great communities.
7fb582e8d7
Core migrations are under the Flarum\Migrations\Core namespace. Extension migrations must be under the Flarum\Migrations\{ExtensionName} namespace. closes #422 |
||
---|---|---|
js | ||
less | ||
locale | ||
migrations | ||
public/fonts | ||
spec/Flarum/Core/Settings | ||
src | ||
stubs/extension | ||
views | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitattributes | ||
.gitignore | ||
.php_cs | ||
.travis.yml | ||
CHANGELOG.md | ||
composer.json | ||
composer.lock | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md |
Flarum Core
This repository contains the core code of Flarum. If you want to install Flarum, visit the main Flarum repository.
Contributing
Interested in contributing to Flarum? Please read the Contributing docs to learn how you can help.