Raised: $0
0% of monthly goal Help us cross the finish line!
Goal: $12,000
Raised: $0 Goal: $12,000
0% of monthly goal Help us cross the finish line!
Sponsor DDEV

If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.

add-on registry tests last commit release

DDEV Wayfinder

Overview

This add-on integrates Wayfinder into your DDEV project.

Installation

ddev add-on get markdlabrecque/ddev-wayfinder
ddev restart

After installation, make sure to commit the .ddev directory to version control.

Usage

Command Description
ddev describe View service status and used ports for Wayfinder
ddev logs -s wayfinder Check Wayfinder logs

Advanced Customization

To change the Docker image:

ddev dotenv set .ddev/.env.wayfinder --wayfinder-docker-image="ddev/ddev-utilities:latest"
ddev add-on get markdlabrecque/ddev-wayfinder
ddev restart

Make sure to commit the .ddev/.env.wayfinder file to version control.

All customization options (use with caution):

Variable Flag Default
WAYFINDER_DOCKER_IMAGE --wayfinder-docker-image ddev/ddev-utilities:latest

Credits

Contributed and maintained by @markdlabrecque

If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.