Installing phpcs on a Mac ft. VSCode & WordPress, The Really Simple Guide

1. Install Composer There are different ways to install composer, I find it easier to simply use brew. (if you don’t have brew installed, you can follow the docs here). Once brew is installed you can just run: brew install composer Now check if is installed by running: composer –version You should see something like this: Composer version 1.10.6 2020-05-06 10:28:10 Done!. […]

Continue Reading

WordPress Development with Docker in 5 Steps

What is Docker? Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications, whether on laptops, data center VMs, or the cloud. docker.com I have been developing wordpress sites for a while, and I’ve used several different development setups, from installing apache on my mac, to using MAMP or using Desktop Server, […]

Continue Reading