Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.


Flarum provides extensibility by allowing extensions to hook into domain events. For example, various
Saving,Deleting,LoggedIn, etc. Before our stable release, we should make sure that all core/bundled models (and other domain events) have are properly dispatched when they should be. For example:There are likely other cases. After we analyze where this is needed, we might want to do this alongside #1223 (if we decide to make that change).
Anyone interested to contributing could start by assembling a list of places where changes are needed.