How can I move a DDEV Project to a different directory?

If you are going to keep the same name on your project:

  1. ddev stop --unlist to take it out of global memory
  2. Move it like this mv ~/your_existing_folder ~/dev/
  3. ddev start