I am creating some modules for my application. This is because I want to let my users to install/uninstall these modules.
The problem: I am creating for example an invoice module. This needs some css files, which have to be placed in the public folder. But this way I lose the module architecture. I mean, this way installing/uninstalling modules is not as simple as I would like it to be.