docs
docs copied to clipboard
The main docs site for Lando
I recently got an Apple M1 and everything in Lando so far seems to be working great (so thanks for that!) I'm posting this in hopes that others have run...
It's a bit confusing to land on the main page after clicking 'Learn More' on docs.lando.dev. Especially since the only other button is 'Get Started'.
I'm not able to access url that works with VPN. Locally I get connected but when I try the same wget command in container then it does not connect. Do...
In the lando 101 page there is a broken link at the bottom of the page where you click to 'take a deep dive'. The link points to: https://docs.lando.dev/config%2Ftooling.html which...
The WSL page (guides/setup-lando-on-windows-with-wsl-2.md) feels a bit unclear to me around the Hyperdrive section. The guide says it's easy and to open a terminal and follow the prompts, but I...
SQLite is supported out of the box, which is great, and you can run this, without having to define `database: sqlite` in `.lando.yml`: `$ drush site:install --db-url=sqlite://drupal9:drupal9@database/drupal9 -y` Should SQLite...
- Ubuntu 20.04 - Lando v3.14.0 - Drupal 10 Using [Lando + PhpStorm + Xdebug](https://docs.lando.dev/guides/lando-phpstorm.html), [Manual initiation](https://xdebug.org/docs/step_debug#manual-init) with `https://drupal10.lndo.site?XDEBUG_SESSION_START=lando` works well, and PhpStorm grabs focus, showing me the variables at...
This is one of the top results in google when you search for "lando red urls" https://github.com/lando/docs/blob/main/help/dns-rebind.md But I've run `nslookup` and it returns a server and address. So it...
The "Hello World!" example in [Starting your first app](https://docs.lando.dev/getting-started/first-app.html) doesn't seem to work in a Windows Powershell 7 terminal? There seem to be two issues. First, I wasn't able to...
I want my site to be accessible via HTTPS and therefore am trying to implement let's encrypt SSL certificate to my drupal9 site. I have added my domain to the...