Simple forum software for building great communities.
Go to file
Franz Liedke db7a03fbe5 Add some handy shortcuts for typical migration tasks
This will make it much easier for extension developers (and also less
error-prone) to create migrations for things like creating tables,
renaming columns and so on...
2016-02-25 00:50:03 +09:00
assets/fonts Major refactor and improvements 2015-10-08 14:28:02 +10:30
error #719 Fixed PermissionDeniedException 2016-01-07 19:09:57 +01:00
js Fix crash when displaying a discussion with no posts. closes #823 2016-02-22 22:22:49 +10:30
less Slightly widen index sidebar, overflow buttons properly 2016-02-07 12:10:02 +10:30
migrations Add two missing copyright headers 2016-02-24 22:25:09 +09:00
scripts Clean up some old code 2015-10-22 12:25:22 +10:30
src Add some handy shortcuts for typical migration tasks 2016-02-25 00:50:03 +09:00
stubs Update generate:migration command to deal with new migration structure 2016-02-24 23:20:33 +09:00
tests Fix tests and CS 2015-12-05 22:31:33 +10:30
views Use stored slug for generating server-rendered link to discussion 2016-02-04 11:47:03 +01:00
.editorconfig Clean up editorconfig, eslint, npm dependencies 2015-09-04 12:11:34 +09:30
.eslintignore Add JavaScript eslint config 2015-07-05 21:25:09 +09:30
.eslintrc Clean up editorconfig, eslint, npm dependencies 2015-09-04 12:11:34 +09:30
.gitattributes Include the extension stub's .gitignore file 2015-08-29 18:29:33 +09:30
.gitignore Added some tests for the database setting repository 2015-09-28 15:34:32 +01:00
.php_cs Add header comment; PSR-2 fixes; remove seeders 2015-08-26 16:56:32 +09:30
.travis.yml No sudo 2016-01-28 08:06:33 +01:00
CHANGELOG.md Fix crash when loading notifications in some instances 2015-12-03 15:10:05 +10:30
composer.json Add some handy shortcuts for typical migration tasks 2016-02-25 00:50:03 +09:00
CONTRIBUTING.md Update readme/contributing 2015-11-01 16:00:25 +10:30
LICENSE Update year range in LICENSE 2016-01-02 07:08:58 +01:00
README.md Update readme/contributing 2015-11-01 16:00:25 +10:30

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.