July 5, 2016 — The Unconference was a unique opportunity to get on stage and share your stories and experiences with WCEU attendees!
December 17, 2015 — I’ve been looking into using a more modern approaching to deploying and managing WordPress. Composer, dependency management, has taken the PHP world by storm and is a fantastic way to quickly set up a site and lock down versions of plugins as well as opening up an entire world of code repositories for use in your own plugins. Once you’ve tasted the power of Composer you can never go back.
November 18, 2015 — Your WordPress site likely involves a lot of third-party code that does not need to live in your Git repository. A dependency manager, like Composer, allows you to tie this third-party code into your work without adding it to your repo. Composer can be used in the context of your whole site or a single plugin or theme you are developing.
We’ll cover how to install Composer and start using it today.