Managing WordPress Development with Git and Composer: A Modern Approach

Managing WordPress Development with Git and Composer: A Modern Approach

composer create-project roots/bedrock my-wordpress-site cd my-wordpress-site git branch -M main git remote add origin [email protected]:tatticoder/wordpress-composer.git git push -u origin main Finally, you can configure your Bedrock environment variables to meet your requirements. Here, you must add the database credentials you created earlier and configure the…

HomeLab: Hybrid Cloud | LAB2PROD

HomeLab: Hybrid Cloud | LAB2PROD

February 17, 2021 HomeLab: Hybrid Cloud | LAB2PROD Scaling out the Datacentre After posting about my latest homelab acquisitions, I’ve gotten a lot of interest to understand what I’m running…