开发手册:https://www.kancloud.cn/manual/thinkphp6_0/1037481
安装TP6( 稳定版 )
composer create-project topthink/think tp运行
安装后测试运行
php think run浏览器输入,即可访问首页
http://localhost:8000/或者指定端口
php think run -p 80安装多应用模式扩展
composer require topthink/think-multi-app使用命令创建一个应用
php think build news- 在app下创建一个news应用
评论 (0)