DDEV

@ddev.bsky.social

DDEV Open-source PHP development platform, https://ddev.com/

Next ideas for "Quick DDEV previews", let's see if I'll find some timeslots: Better .env editor, git pull support with command to be triggered when a branch is updated, online vscode IDE (Samuel already added this to #KnechtWorks), custom subdomain names for previews and ...

Setting up WordPress locally with DDEV: ddev config --project-type=wordpress ddev start ddev wp core download ddev wp core install --url='$DDEV_PRIMARY_URL' ... ddev launch wp-admin/ WP-CLI runs in the container, nothing to install locally. Fewer steps than Drupal. #wordpress #ddev

After reading this post I finally bit the bullet and installed Docker/DDEV today. Always feared the abstraction. But OMG. Can't stop grinning. Goodbye faffing around configuring LAMP locally!