使用Composer创建项目,执行命令 :
composer create-project topthink/think tp01
安装过程中会提示Do you want to remove the existing VCS (.git, .svn..) history? [Y,n]?,是否需要删除版本信息,选择Y,删除,选择n不删除。