TradersVE
I'm not talking about canceling, but I want to start an app from scratch without any configuration. I'm going to assemble mine, I can't because the plugin will always bring all the configuration of all the packages.
All configuration will be still in an app template, only some providers will be moved, which will still receive configuration from your files. As an example RouterProvider will just define all implementations for interfaces and how to construct Router, but it will still accept $routes array from you in your configuration file, it will just hide the details how the objects are built/constructed.