mirror of
https://github.com/flarum/framework.git
synced 2025-05-31 12:35:48 +08:00
4f688fc9a25da9bfefe86b6cb418e2ca2a754519

Here, the order is relevant, because at this point, the application has already been booted. Hence, all boot() methods are called immediately, which might depend on other service providers' register() methods having run. In this case, the DiscussionServiceProvider depends on the Gate class being registered in the container by the UserServiceProvider.
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.
Description
Languages
PHP
60.5%
TypeScript
26.2%
JavaScript
7.9%
Less
4.4%
Blade
0.8%
Other
0.2%