Ian Jenkins shares some details on how Box UK develops enterprise WordPress sites. Ian starts with Docker, Monorepo, and Dictator. They also use Twig as their templating engine. How they install plugins is interesting:
βOur preferred setup is that a plugin is listed on wpackagist, which we add as a repository to our
composer.json
file. It mirrors all the plugins from the official plugin directory so most of the time a plugin is indeed listed there.β
When it comes to functionality that does not belong in the theme, βalmost everything is a must-use plugin (mu-plugin).β π