Closed
Description
Q | A |
---|---|
Feature request? | yes |
BC Break report? | no |
Symfony version | 3.4 |
https://github.com/symfony/web-server-bundle
Currently web-server is implemented as a bundle, however its code is mostly generic and not related to Symfony Framework.
Is it possible to turn it into standalone Symfony component?
I managed to run it without Symfony but my approach is a bit tricky and some redundant dependencies are still loaded (http-kernel).
Thanks.