Note: Examples in this guide are run in the dockerized setup. You can run phd also with composer for example within a Vagrant VM.
When starting a new project it is recommended to download the latest release and create a fresh repository from it.
cd myapp
git init
git add .
git commit -m "inital commit"
💡 It is recommended to create an initial commit from the unmodified template code, before making the first changes.
Related topics:
- Configure the environment & application