Installing Varbase with Lando
Last updated
Last updated
is a great local development environment for Drupal and other applications that vastly simplifies local development and DevOps so you can focus on the application, rather than the environment.
Learn more about Lando on the official website:
is a development tool!
Note that while you can run Lando in production, it is highly discouraged, not recommended, and 100% not supported! DON'T DO IT!
Follow the steps below to setup Varbase with Lando.
Install Lando on your machine. Whether you use Linux, Mac, Windows, there's a package for you. .
Create a new Varbase project using Composer, this will include a template file for .lando.yml, for information on how to integrate Lando on an existing project scroll to the bottom of this page.
Edit the .lando.yml file and change the name
value to your project's name.
Edit the settings.php file and add the following code to setup the database connection.
Start the Lando project and enjoy.
Proceed with steps 3, 4, and 5 mentioned above.
For more information on the Lando file configuration, read more on
Download .lando.yml from the Varbase project repo .