安装
使用composer安装
composer create-project topthink/think tp
启动服务
cd tpphp think run
然后就可以在浏览器中访问
http://localhost:8000
更新框架
composer update topthink/framework