Get Lando and Get Stuff Done!

Presenters
Date
Sep 10, 2021

How we develop software has come a long way since I started working with PHP 4.0. Today with tools like Docker, we can put each project in a container and isolate it from all other projects. The promise of Docker though has been difficult to deliver on. Crafting the proper config files and making sure all the pieces work together and talk together can be a daunting task, especially for a developer that just wants to get something done.

Enter Lando. Lando is an abstraction layer on top of Docker that makes bringing up complex applications easy.

In this talk, you'll see a demonstration on how easy it is to bring Lando up and start a project. Along the way, it will be share a few of the things that Cal learned about Lando and how it can make the lives of PHP developers easier.