composer create-project workerman/webman
cd ./webman && php start.php start
报错信息
Fatal error: Declaration of Webman\Http\Request::file($name = null) must be compatible with Workerman\Protocols\Http\Request::file(?string $name = null): mixed in /www/webman/vendor/workerman/webman-framework/src/Http/Request.php on line 119
Worker[520] process terminated with ERROR: E_COMPILE_ERROR "Declaration of Webman\Http\Request::file($name = null) must be compatible with Workerman\Protocols\Http\Request::file(?string $name = null): mixed in /www/webman/vendor/workerman/webman-framework/src/Http/Request.php on line 119"
composer代理有问题,把composer代理删了,重新安装
谢谢大佬