自己测试用的,先 composer create-project workerman/webman
安装了webman
后 composer require -W webman/admin --ignore-platform-reqs
安装了 webmanadmin
这两步安装过程没有报错。
但是,启动webman服务的时候报错了:
报的是 /www/wwwroot/webman/vendor/illuminate/collections/helpers.php
这个文件的一个语法错误。
php版本没问题:
只安装webman,不安装webmanadmin 的话,启动webman是没问题的。但是安装了 webmanadmin 包后重新运行webman出现了问题。
--ignore-platform-reqs 导致安装的数据库组件是基于php8的, 你的php7无法使用
不要使用 --ignore-platform-reqs ,除非你懂它的含义