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:
- Download this via git (
git clone https://github.com/ddev/trivial-project) or as a tarball or zipball. - Extract it if necessary.
cd trivial-projectandddev start.- 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.