drupal icon indicating copy to clipboard operation
drupal copied to clipboard

The Official Drupal Lando plugin

Results 11 drupal issues
Sort by recently updated
recently updated
newest added

This gives maintainers a "Run Workflow" button to run the leia tests. It also enables a rest endpoint so could potentially trigger these tests from the core repo on every...

When I try to run any drush command I get an error with the drupal10 recipe. I get the following error using `-vvv` option: ``` lando emitting event ready +7ms...

### Bare minimum self-checks > [What do you think of a person who only does the bare minimum?](https://getyarn.io/yarn-clip/dcf80710-425e-478b-bde1-c107bd11e849) - [ ] I've updated this PR with the latest code from...

As a follow up to lando/lando#447, we should write up a guide on how to modify Drush options within Lando to make `uli` use the correct domain so that users...

Needs Triage

Trying to install a new Drupal 11 site with the `drupal11` lando recipe does not work because of the minimum version requirement for `sqlite` database, as shown in the error...

Needs Triage

For my new setup of lando me facing issue. My Environment details : Lando version : v3.21.2 PHP : 8.1 database:10.6 drupal :10 By running any lando command me getting...

drupal
Needs Triage

Hi, It seems that when using nginx in via config, the user of nginx server is "daemon" instead of "www-data". As a consequency, when using the correct permissions on Drupal...

bug

Anyone know how to setup a chromedriver to test FunctionalJavascript files ?

Needs Triage

Is it possible to get Xdebug and Sublime Text 4 working in Lando? There are Guides on [PhpStorm](https://docs.lando.dev/guides/lando-phpstorm.html) and [VSCode](https://docs.lando.dev/guides/lando-with-vscode.html) and a similar solution on how to get it working...

drupal
Needs Triage

##Steps to reproduce: 1. Create a new drupal 9 recipe using `lando init` command. 2. Update .lando.yml file to use php8 and enable xdebug as shown below in config ```...

Needs Triage