Sync plugins between LOCAL and Flywheel

Hello,

I have a site set-up on Flywheel, and I use Git which stores the /wp-content/themes/ directory so I can deploy my themes to my site in Flywheel. This way I can sync my theme between different computers.

The question I have, is how can I do this with plugins? If I were to use Git, I would push to Flywheel but if administrators start modifying plugins and I push again, it would overwrite the administrators changes.

So is there a way I can sync the plugins on Flywheel with my local dev environment using Local by Flywheel?

Thanks,

Hi Elliot,

If you’re using it to manage your own plugins then I would probably use individual Git repositories for each plugin that you’re managing.

If you’re wanting to manage all plugins, then you may want to look into something like https://wpackagist.org/.

1 Like