thinkphp6开发步骤记录

1、安装php_study      有php需要的环境

2、配置环境变量  Path下添加  D:\phpstudy_pro\Extensions\php\php7.3.4nts

3、在www文件夹下:    composer create-project topthink/think tp 6.0.*-dev

4、使用多应用的话:     在项目根目录执行   composer require topthink/think-multi-app

5、使用视图view的话: 在项目根目录执行    composer require topthink/think-view

7:使用验证码的:        在项目根目录执行    composer require topthink/think-captcha

你可能感兴趣的:(thinkphp,php,thinkphp,php)