Sarah Savage logo

A fusion of development and business

Makefiles make life easier

Web developers have long sought ways to make their projects easier to run, maintain and work with. From console apps like Composer and Artisan to custom implementations using things like Symfony Console, there’s a myriad of development tools aimed at running commonly needed commands like resetting a database or seeding information. All of these tools, however, depend on a common set of things: the presence of PHP on the system OR access to a system… continue reading.