https://twill.io logo
Learning dev environment from scratch and benefits...
# ❓questions
m
Other question(hopefully least one) Lando any useful for day to day dev from that you peeps have seen? I presume long term such automation would be nice as team grows, but initially as a one person team, should just start with a manually configured environment, then learn to containerize it manually just so I know the process in case it needs to be done like that/for familiarity
Then transition into Lando on desktop or cloud type of solution. Or similar type of solution? Basically makes a docker container environment for you, in case of stuff like Drupal, already ready made starter images for you, but in my case long term would make it easier to onboard a dev and have their environment seamlessly setup
Thread name should prolly be, “learning dev environment from scratch and benefits of lando long term” ?
i
Laravel has Sail as a starting point for docker based dev environment
for non-docker, there is Valet
m
Ok ok, Sail sounds like a good starting point, I think it’s used in 3D printing software stuffs too for some klipper interfaces.
Appreciate your help in getting started @ifox