-
I am getting this error in `Laravel Octane.`
```
2024-03-12 08:36:42 UnexpectedValueException
2024-03-12 08:36:42
2024-03-12 08:36:42 Server middleware has not been detected.
2024-03-12 08:36:4…
-
Connecting to a Swoole Websocket Server results to a 400 error based on this example:
https://www.swoole.co.uk/docs/modules/swoole-websocket-server
127.0.0.1 has been replaced with 0.0.0.0 and w…
-
// swoole server的reactor数量
'reactor_num' => 2,
// swoole server的worker数量
'worker_num' => 4,
// swoole server的task worker数量
'task_worker_num' …
-
`controller not exists:app\new_captcha\controller\IndexController
`
nginx conf
```
server {
listen 8080;
server_name ;
root /home/www/1111/public;
index index.html index.htm;
…
-
# 运行命令
```php
php bin/hyperf.php server:watch
// 然后修改代码 触发热更新
```
![image](https://github.com/swoole/swoole-cli/assets/30717763/efbeaba0-8546-490e-a1a8-49d328c118f9)
# php-v
![image](https://…
-
Make sure you read **Issues Guideline** and answer these questions before submitting your issue. Thanks!
(Any **non-English** issues will be closed immediately.)
1. Please provide your PHP and Swo…
-
Make sure you read **Issues Guideline** and answer these questions before submitting your issue. Thanks!
(Any **non-English** issues will be closed immediately.)
1. Please provide your PHP and…
-
I am trying to run this command inside a php image
```
octane:
type: php:8.1
via: cli
command: php artisan octane:start --server=swoole --host=0.0.0.0 --port=80
environment:
…
-
想让项目跑起来,于是按照步骤进行安装,但是启动服务失败,nginx配置也查了各种资料还是不行,请指教
php版本
```
[root@VM_0_15_centos im]# php -v
PHP 7.2.14 (cli) (built: Jan 29 2019 12:00:38) ( NTS )
php扩展:
[root@VM_0_15_centos im]# php -m
…
-
Notice: Undefined property: APIServer::$server in /mnt/winshare/test/myswoole/Dora-RPC-master/src/BackEndServer.php on line 249
Call Stack:
0.0059 235664 1. {main}() /mnt/winshare/test/m…