-
Lando v3.0.0-rrc.1 on MAC 10.15.3
name: agrilinks
recipe: drupal8
config:
via: apache
webroot: web
php: 7.3
xdebug: false
drush: false
conf:
php: lando/config/php.ini
…
-
v3.0.0-rc.23 on macOS Catalina
Very simple Lando file:
```yml
name: my-d8
recipe: drupal8
```
Simple Drush site alias:
```
prod:
host: some-remote.com
user: remote-user
root: …
-
***Codebase***
Built-in vanilla Drupal 8 latest + some contrib modules already downloaded with composed but not installed/enabled. Some core modules installed. Local docker desktop environment, win 1…
-
**Describe the bug**
I noticed something strange today with configuration synchronisation. When we deploy configuration that contains both the enabling of a (contrib/core) module & the config from it…
-
| Subject | Details |
| :------------- | :-------------------------------------------------------------------- |
| Rector ver…
shaal updated
4 years ago
-
**Tell us about your setup**
Lando version: v3.0.0-rc.22
Operating system: macOS 10.14.6
**Tell us about your `.lando.yml`**
```yml
name: my-lando-app
recipe: drupal8
config:
webroot: …
-
Hello there
I have tried to lift a Drupal Project to run on PHP 7.2 and for that I wanted to install the newest packages using the `composer install` command.
It works fine until I come to a DEV…
-
Ideally, we would like the labels for each of the bars in this chart to display on the y-axis.
![Screen Shot 2020-01-29 at 11 53 36 AM](https://user-images.githubusercontent.com/662895/73378164-2b7…
-
These issues are closed but it is still not possible to use pipes in tooling or other commands
#951 #967
Like this redirection
```
name: landobrokenpipe
recipe: custom
config:
webroot: .
…
-
## Feature request:
As a developer, I wish to easily access the ports for my app services.
## What you expected to happen:
Currently, we have to type `ddev describe` to see ports for our conn…