tyler36
tyler36
2 option: - remove left-hand nav bar - link frameworks to parent. Id. Quickstart for many CMSs Personal, I would rather they link somewhere. "Quickstart for many CMSs" seems like...
Thinking out loud here: Eg. Installing ddev-redis: ddev get drud/ddev-redis - move `install.yaml` => `.ddev/addons/ddev-redis.yaml` Uninstall: ddev remove drud/ddev-redis - check for `.ddev/addons/ddev-redis.yaml` - foreach file under `project_files`, delete if...
> Aside from deleting the files listed in the OP, is there anything else needed to remove Redis (specifically, in this case) from a project? Maybe a 2 prong approach...
I'm interested too. I run my project from WSL on a Win10 system. I hit an issue with my phpunit workflow. - Running phpunit on WSL works; when a test...
Originally, it was named 'quick', as in 'quick start'. The idea was each supported project-type would have a corresponding 'quick' (determined by project-type). This would basically run the post-install style...
I _can_ confirm ## TEST ### Win10 ``` $ ddev -v ddev version v1.19.1 ``` - Start new project and accept all defaults ```shell mkdir mariadb cd mariadb ddev config...
Updated to `1.19.5` this morning. After starting a new project in WSL, accepting all defaults, I get the following: ```shell $ ddev mysql ... Server version: 10.3.35-MariaDB-1:10.3.35+maria~focal-log mariadb.org binary distribution...
#4012 (Bump default php to 8.0, MariaDB to 10.4, add Maria 10.8) via gitpod shows `utf8mb4_general_ci` encoding. ```shell gitpod /workspace/d9simple (main) $ ddev -v ddev version 2fa59af3 gitpod /workspace/d9simple (main)...
There is a recipe, [Laravel Queue Worker](https://github.com/drud/ddev-contrib/tree/master/web-container-dockerfiles/laravel-queue-worker), that runs supervisor. You might be able to adapt it for your use case.
The ddev-laravel-queue recipe does this too: https://github.com/tyler36/ddev-laravel-queue