Think php 6.0的准备工作
确保已经安装了 composer
win+r
输入:cmd
d:
cd phpstudy_pro/www
composer create-project topthink/think tp
cd tp
多应用模式:
composer require topthink/think-multi-app
创建 admin 应用:
php think build admin
创建 index 应用:
php think build index
安装验证码扩展包:
composer require topthink/think-captcha
安装模板引擎:
composer require topthink/think-view
composer require topthink/think-template