mirror of
https://github.com/flarum/framework.git
synced 2024-11-28 03:32:49 +08:00
Simple forum software for building great communities.
3ff230dc26
This required some interface changes (mostly changing Laravel's or Symfony's request and response classes to those of Zend's Diactoros. Some smaller changes to the execution flow in a few of the abstract action base classes, but nothing substantial. Note: The request and response classes are immutable, so we usually need to return new instances after modifying the old ones. |
||
---|---|---|
js | ||
less | ||
migrations | ||
public/fonts | ||
src | ||
tests | ||
views | ||
.editorconfig | ||
.gitignore | ||
.travis.yml | ||
codeception.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!