Lando creates your dev environment and seeds it. Because you dont have time to configure Docker, debug tooling, or any of that space snarge.
What is Lando? Lando is for developers who want to: Quickly specify and painlessly spin up the services and tooling needed to develop all their projects. Ship these local development dependencies in a per-project, lives-in-git config file Automate complex build steps, testing setups, deployments or other repeated-more-than-once workflows Avoid the built-in-masochism of directly using docker or ...
Lando v3.20 is one our bigger updates in recent memory. It Finally switches over to use Docker Compose CLI Version 2 open in new window for its service orchestration Introduces api as a service setting to prep for Lando 4 services being backported to Lando 3 DEPRECATES the compose service open in new window for a now-in-core type: lando service Makes the healthcheck a universal service setting ...
You have many choices for dev tools, particularly for local development. What makes Lando different?
Lando v3.21 is shaking like the Instapot you forgot, ready to explode onto the scene. In many ways, this release is the chrysalis that Lando v4 will burst forth from, spreading its wings. Among other things, v3.21... Finishes the GREAT DECOUPLING of 2023 Prepares Lando v3 services for their grand journey into Lando v4 Introduces the lando update and lando setup commands 1. Completing the Great ...
Documentation for Lando; a free, open source development tool for all your projects that is fast, easy, powerful and liberating.
As of version 3.0.22, Lando ships with a Symfony recipe which makes standing up a new site, or running an existing site, pretty easy. In this article, we'll setup a new Symfony application and use Symfony Console to create a home page controller. Note: In the future, anytime you wish to start a new Symfony site with Lando, you can follow the Getting Started documentation. Create a New Site To ...