Skip to content

Latest commit

 

History

History
executable file
·
24 lines (16 loc) · 683 Bytes

installation.md

File metadata and controls

executable file
·
24 lines (16 loc) · 683 Bytes

Installation

Note: Examples in this guide are run in the dockerized setup. You can run phd also with composer for example within a Vagrant VM.

New project

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: