We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cfe55e commit 6f6154bCopy full SHA for 6f6154b
1 file changed
README.md
@@ -22,6 +22,10 @@
22
composer require microphp/swoole
23
```
24
25
+1. 修改.env中驱动
26
+ ```dotenv
27
+ SERVER_DRIVER=swoole
28
+
29
### 运行
30
```shell
31
php bin/console start
0 commit comments