Open
Description
Description
At this time it seems it's still necessary to include the full framework-bundle
to bootstrap a console application with working DI, with minimal lines of code. I like the approach of the separated components, but I don't get why there's also a http-kernel
. Even more questions arose when I found out a router
is installed too.
If this is a leftover from the time we worked without components, I'd like to rework the framework-bundle into less blown bundle to make it either work for both web and CLI, or the make a limited bundle available for just console applications.
Example
No response