add quick php server

This commit is contained in:
crazywhalecc 2022-05-28 08:33:42 +08:00
parent c5a16fe3aa
commit 7bec18d525

View File

@ -19,7 +19,7 @@ class ExampleCommand
return cmd("curl -s http://ip.zhamao.xin");
}
#[Command('php_server', '在当前目录使用PHP启动一个服务器')]
#[Command('php_server', '在当前目录使用PHP启动一个Web服务器')]
#[CommandOption(option_name: 'port', description: '端口号', required: true)]
public function phpServer(array $params)
{