新創(chuàng)建的項(xiàng)目,
composer create-project workerman/webman
composer require -W webman/admin
其他的也沒有安裝
我想創(chuàng)建新的應(yīng)用插件的時(shí)候,首先安裝
composer require webman/console
安裝了console包后,命令行并不能打印出版本號(hào),經(jīng)過調(diào)試發(fā)現(xiàn)是以下代碼報(bào)錯(cuò)導(dǎo)致,希望有個(gè)解決方案
composer require webman/console
命令行沒有報(bào)錯(cuò)提示
win11 "workerman/webman-framework": "^1.5.0",
protected function execute(InputInterface $input, OutputInterface $output): int
后邊增加返回類型解決報(bào)錯(cuò)