Multiple Composer Installs with (Independent) Modular Projects
问题 I am trying to find the best way to use composer for a modular structure. Let's say I have this framework tree: /cms /site/addons Let's say that addons are available for developers to add their projects with their composer.json installs. Like /site/addons/MyNewFeature/composer.json So the next question is the /vendor location. Should each addon have a /vendor directory and should I autoload them all within the main framework, which I think the performance of that would be too much and