mirror of
https://github.com/flarum/core.git
synced 2025-07-20 00:01:17 +02:00
The various middleware can be registered in the service provider, and the rest of the logic can all go through one single front controller (index.php in flarum/flarum, and Flarum\Http\Server in flarum/core). This will also simplify the necessary server setup, as only one rewrite rule remains.