Hello. I wonder how can I minimize the framework bundle. The main question is about vendor directory. Even basic app template contains over 20 vendors folders there. Are they all really necessary for the framework to work?
When I try to delete some folders from there I get an error from composer autoload script where all the vendors are listed.
May I just have yii-soft folder without any other "vendors"? (or at least minimize their number).
UPD. I removed the call to composer autoload at all Now it seems that only bower is necessary. Lets see how it is going to work. I will add folders whenever I get errors that something is missing
Many thanks for your replies. I don’t want another framework and I also don’t think that any of the components are for fun. I simply want to remove unused extras, and I don’t think that this is bad practice.