Library PHP Tek 2023 Making things Happen with Make
Making things Happen with Make

Log in to watch this talk

You need to be logged in to access this video. If you don't have an account, purchase a virtual pass for the latest php[tek] conference to get access to the full video library.

Making things Happen with Make

Joe Ferguson Joe Ferguson PHP Tek 2023 Intermediate (some prior knowledge necessary) Standard (50 minutes)

Tired of typing out the same long commands over and over? Come learn about Make and how Makefiles can simplify long and complex command line tasks such as managing dependencies, creating test environments, executing test suites, and even deploying our application. We can even simplify our CICD tasks and use Makefiles to create repeatable steps that we can run locally to debug complex CICD scenarios.