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