Matthias Andrasch
Matthias Andrasch
See https://github.com/mandrasch/ddev-craftcms-vite/ - [ ] needs a workaround for https://github.com/mandrasch/ddev-craftcms-vite/blob/main/.devcontainer/postCreateCommand.sh#L33 - [ ] and new solution for server hmr host --> codespace domain env hostname
The scripts provided here parses out config settings like `DB_NAME` from `wp-config.php`. See: - https://github.com/mandrasch/ddev-pull-wp-scripts/blob/main/.ddev/providers/ssh.yaml#L60 - https://github.com/mandrasch/ddev-pull-wp-scripts/blob/main/.ddev/providers/backup.yaml#L35 Settings for `wp-config.php` can be written in 3 styles: ```php // single quotes...
Andre thanksfully prepared this already on DDEV-discord https://discord.com/channels/664580571770388500/913435556782956544/946342142626893844 (by Twitter: @Andre_Kraus / Github: @krausandre)
Hi, I'm trying to get [DDEV](https://ddev.com/) - an open source Docker-based PHP development toolkit - working reliably in Codespaces. We already had a discussion [here](https://github.com/devcontainers/features/issues/780), there were [some fixes](https://github.com/devcontainers/features/issues/634#issuecomment-1692306977) for...
### What happened? ### Description I installed craft commerce v5, played around a bit and wanted to switch my primary store currency to EUR. I deleted all inactive carts and...
### URL https://craftcms.com/docs/5.x/extend/graphql.html#mutations ### Additional Details Link to https://docs.craftcms.com/api/v5/craft-base-element.html#method-gqlmutationnamebycontext is broken https://github.com/craftcms/docs/blob/59c8ef22c8905d6cc38246b4511939091284df3b/docs/5.x/extend/graphql.md?plain=1#L833
### Feature Request Hey, thanks very much for providing Sprig as open source! After we [discussed on Discord](https://discord.com/channels/456442477667418113/575387375610626063/1245045277493297212), I thought it would be helpful to extend this section https://putyourlightson.com/plugins/sprig#htmx in...
is this up-to-date? https://laravel-news.com/laravel-blade-hot-refresh-with-vite
Hey, thanks for providing this demo! Just wanted to set it up in DDEV and wondered why `.ddev/config.yaml` has ```yaml name: spoke-and-chain ``` and it is later overwritten by this...
### Describe the bug Hey, we noticed that the template for email notification trys to set the sender of a form to the sender of the email notification.  ...