composer require microphp/workermancomposer require microphp/roadrunner- 安装roadrunner二进制文件
php bin/console roadrunner:get
- 修改.env中驱动
SERVER_DRIVER=roadrunner
composer require microphp/swoole- 修改.env中驱动
SERVER_DRIVER=swoole
- 发布配置
php bin/console config:publish swoole
composer require microphp/ampphp bin/console startcomposer cs ./app发布配置
php bin/console config:publish swagger
生成文档
php bin/console swagger:gen