tyler36
tyler36
> And this minority can probably quickly verify that DDEV supports D6 by searching for "Drupal 6 DDEV", and after that use --project-type=drupal6. FWIW, Drupal 6 was end of life...
Since modern Drupal (8+) are composer-based projects, I wonder if DDEV could read the version from `composer.json` and set PHP and DB version appropriately?
Hi @diegoe I can't remember when this was introduced, but in DDEV `1.22.7` use `-d` ```shell $ ddev ssh -d /var/www/html/web/sites/default $ pwd /var/www/html/web/sites/default ``` Use `ddev ssh --help` to...
On closer read, you want to be able to pass a relative path and not the full path, right? Something like, but working (without the error) ```shell $ ddev ssh...
Thank you for this. I like the simplicity. Would it be possible to add a link to "https://ddev.com/" somewhere? For convience and for anyone wondering what DDEV is. Likewise, we...
Some frameworks (Eg. Drupal) do not have PHP declaration in their `composer.json`. There's movement towards supporting Javascript-based framworks that are not based on PHP (see #4898). Personally, I configure DDEV...
Is there a "truncate" option?
Yes, not sure if its available but it would make things more dynamic and future-proof. It could be applied to the "TYPE", but it could also be applied to "STATUS"
Opened a draft PR to hightligh the database types and versions. * https://github.com/ddev/ddev/pull/5884
> The way it is right now, launch_port will show up in the commands list, which we probably don't want. Is there a reason why not? > You may want...