永春网站开发,厦门住房建设局网站首页,局域网做网站,广州海珠区租房子一般多少钱学习路之PHP--TP8swoole0、版本一、swoole扩展安装二、项目初始化三、启动四、访问五、学习方向0、版本
topthink/framework #xff1a; v8.1.3 topthink/think-swoole : v4.…
学习路之PHP--TP8swoole0、版本一、swoole扩展安装二、项目初始化三、启动四、访问五、学习方向0、版本
topthink/framework v8.1.3 topthink/think-swoole : v4.1.2
php: 8.0.0,
topthink/framework: ^8.0,
topthink/think-orm: ^3.0|^4.0,
topthink/think-filesystem: ^2.0|^3.0,
topthink/think-swoole: ^4.1一、swoole扩展安装 宝塔面板用户需安装fileinfo、redis扩展并禁用proc_open函数 验证安装php -m | grep swoole
二、项目初始化
composer create-project topthink/think tp8
cd tp8
composer require topthink/think-swoole三、启动
php think swoole
四、访问
五、学习方向
https://www.kancloud.cn/shuipf/thinkphp6-swoole/1353458