Randy Fay

Results 2335 comments of Randy Fay

Related: * https://github.com/drud/ddev/issues/3458

The default PHP version for Laravel is already 8.0, https://github.com/drud/ddev/blob/master/pkg/ddevapp/laravel.go#L51 - so if using https://ddev.readthedocs.io/en/latest/users/cli-usage/#laravel-quickstart you should have gotten 8.0. Is there something going wrong? DDEV will change default to...

The php version default is set when the project is created. The default is currently 7.4, but if you are creating a project of type laravel, it goes to 8.0....

Currently, and I imagine in the future, project types like Laravel and Drupal 9 have specific overrides, so don't get the default. So your comment points out the danger and...

Opened * https://github.com/drud/ddev/issues/3957 for the bumps that need to be done. I don't really think that the suggestion described here is going to work due to the issues described in...

It's important to get this to work. It's a little more work than I thought when first looking at the issue, but it's definitely a key thing. (Also DDEV_HOST_HTTPS_PORT)

Very cool. My experience is that it's not too hard, but of course it requires effort and somebody paying attention. Gitpod was more work than I expected in the end,...

It's not hard. The one thing that is a little confusing is that the ddev-router is not really needed, since codespaces is doing its own reverse proxy. But just go...

I'm fine with a PR for this, but don't think this will be a priority any time soon. But contributions are welcome. Closing for now.

ddev can't know the URL because codespaces is in charge of it. But if you figure out how to get codespaces to tell you the URL for the right port,...