mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 16:27:47 +08:00
Simple forum software for building great communities.
2edcbacccc
Implemented our own migration repository + migrator (based on Laravel's stuff) so that we can keep track of which migrations have been run for core and per-extension. That way we can simple call the migrator to upgrade core/extensions, and to uninstall extensions. |
||
---|---|---|
js | ||
less | ||
locale | ||
migrations | ||
public/fonts | ||
spec/Flarum/Core/Settings | ||
src | ||
stubs/extension | ||
views | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
composer.json | ||
composer.lock | ||
LICENSE.txt | ||
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? Read the Contribution Guide!