Trivial Project for Troubleshooting DDEV

March 3, 2026 ยท View on GitHub

This is the simplest possible PHP project for DDEV. It's intended for troubleshooting, to help you sort out what is related to DDEV and what is related to your project.

Instructions:

  1. Download this via git (git clone https://github.com/ddev/trivial-project) or as a tarball or zipball.
  2. Extract it if necessary.
  3. cd trivial-project and ddev start.
  4. See if it works. If it works, and you can access the URL it gives you (https://trivial-project.ddev.site) then DDEV is working fine.