framework/src/Admin
Franz Liedke 69b517ea79
Get rid of Server classes for Admin, API and Forum
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.
2017-10-03 18:54:07 +02:00
..
Controller Fix namespace orderings 2017-10-03 18:54:06 +02:00
Middleware Move another trait out of obsolete Flarum\Core namespace 2017-10-03 18:49:53 +02:00
AdminServiceProvider.php Get rid of Server classes for Admin, API and Forum 2017-10-03 18:54:07 +02:00
Frontend.php Create new Flarum\Frontend namespace 2017-10-03 18:45:40 +02:00
routes.php Fix namespace orderings 2017-10-03 18:54:06 +02:00