I want to create a plugin for cakephp/app but I am not really sure how to go about it…
At some point I need to create a repo for the plugin, thats a given, lets call that
CakePHPKitchen/SharpAgent
Ok, now that I have that, if my hard drive busts or something I will need another repo that contains the app skeleton with a composer entry that requires SharpAgent, lets call that
CakePHPKitchen/SharpAgentDemo
Ok, that sounds great, however, now I want to create another plugin, but that leads to me creating yet another Demo
repo, so now I create just one Demo repo, lets call it
CakePHPKitchen/PluginDemos
Now my instinct at this point is to create git submodules inside PluginDemos of each plugin, ex: SharpAgent, however, we have composer involved now, is there a way for me to use require by composer and be able to push to SharpAgent from the PluginDemos repo?