Local environments suffer from multiple problems. Different versions of PHP, base OS differences, and configuration differences. Those differences could just be between you and the production server, or even between you and your co-workers. These differences can cause frustration and panic when you push code to production and find out that date() works differently between the Windows version of PHP and the Linux version. What if I were to tell you that we could avoid all those hassles? By the end of this talk, you should have a good understanding of why we would want to do this and how you would get started on this with your own projects.

Comments

Comments are closed.

Good talk, I enjoyed it. The demonstration at the end was fun; I think it would work better if the demo was built with the information from the slides so that we could see it being built live.

April at 15:47 on 23 Sep 2017

Informational, but would have been nice to have the slides to follow along with :)

A good introduction.