Bedrock Repos
I have a site with quite a few custom plugins written in-house. I’m successfully converting them to work with Bedrock & Composer, but I’m curious how folks are configuring their repos for ongoing updates for custom plugins.
All of our plugins currently have individual versioned repos with Composer files for bedrock. I’m curious if anyone has opinions or examples of best git practices when also writing custom plugins? Do you have one full site repo for development and another for staging & production? I’m trying to sort out how to have an efficient way to continue writing multiple custom plugins with bedrock.
Bedrock suggests that our main theme should be a part of the repo. Should we do the same with our custom plugins or should we be importing them via composer?
Thanks for any thoughts or help.