tp6.0 安装

https://getcomposer.org/Composer-Setup.exe //wincompoer



composer create-project topthink/think tp  //安装tp
composer require topthink/think-multi-app  //安装多应用
composer require topthink/think-view //安装模板引擎
composer require topthink/think-captcha //安装验证码模块

php think build 应用名   //创建应用
php think make:model 应用名@模型名  //多应用创建模型
php think make:model 模型名  //单应用创建模型

你可能感兴趣的:(tp6.0 安装)