Ian Jenkins shares some details on…

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).” 🔌

Similar Posts