gitressa
gitressa
For better bookmarks, to easier discern search results, as well as improved SEO, it would be great if the recipe was included in the `` field. Using Backdrop docs at...
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...
## Problem I need to `chmod 755 web/sites/default` before being allowed to delete the Starshot project folder. This does not happen in standard DDEV/Drupal installations, because `web/sites/default` folder has `drwxr-xr-x`...
## Problem The example URL `someweb dot com` is an actual domain. ## Solution Use example.com instead.
The current combination is Gin and Navigation, but I prefer Claro and Admin Toolbar, which could be the most common combination. I just tried it, and found these anomalies: 1....
After login, the user ends up at the admin account page which is not so exciting ... Could we redirect the user to the front page instead? Also, including Coffee...
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...
**Problem** Sometimes, you like to check where the export directory is with Drush, and maybe you run `config:status`, but get no help: ``` $ drush config:status [notice] No differences between...
### Describe the task The Drupal + DDEV + PhpStorm integration out-of-the-box is literally complete, and there is no need to configure anything. Adding plugins such as DDEV, and the...