1. composer 下载安装: https://getcomposer.org/download/
Windows版本直接下载地址: https://getcomposer.org/Composer-Setup.exe
2. wamp 下载地址: wampserver3.2.0_x64.exe
3. phpstorm 下载地址: https://www.tpxhm.com/odetail/203.html
离线
上面那个 phpstorm 破解的原理是模拟一个 license 服务器, phpstorm连上license服务器就可以了.
离线
composer create-project topthink/think ./ 6.0.2
composer update topthink/framework
#如果上面的命令卡住不动, 就切换阿里云源#
composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/
离线
离线