Randy Fay
Randy Fay
I hope you'll take a moment to write your whole solution here when you're comfortable with it @joshsedl , thanks.
Thanks so much for explaining to the future how you did it @joshsedl - It's interesting that anybody would even take this on on WSL2, which has basically native performance,...
On WSL2 there are so very many solutions these days. One new one is to use the almost-released feature where you can run any linux gui app inside wsl2. It's...
I've been tracking Bubbletea as well, looks like some great potential. Related: * https://github.com/drud/ddev/issues/2110
Inspiring podcast with the folks from charm, makers of bubbletea, https://changelog.com/podcast/481 - loads of potential there for all areas of ddev.
I think this is a CMS-specific request that Postgres users will be able to deal with themselves, and this hasn't gotten any traction yet. Happy to reopen if others stumble...
How about doing this in the actual code? https://github.com/drud/ddev/blob/master/pkg/ddevapp/laravel.go
In current DDEV head there's a DDEV_DATABASE like `DDEV_DATABASE=mariadb:10.3` The DB Port is always the default for the db type.
I'm thinking this might be best to start life as a collection of laravel extras? Maybe tyler36/ddev-laravel-extras? I think it should have a better name than "laravel" though.
Seems reasonable to me. If people want something else they can override after the import of settings.ddev.php? And if they don't use swiftmailer, it does no harm, right? PR is...