ROBO AS A PHP TASK RUNNER

One of the things I ran into when developing The Storehouse was the need for a task runner that fit into my weird style of development. I’m not really a fan of having multiple tools that do the same thing, so consolidating all of my dependencies into Composer was a goal of mine once I started needing task runners. At first, I started off using Gulp and Node.js to do task running.

Read more