Results 3 comments of ninvfeng

应在 Open-IM-Demo-Register/cmd/register/verify.go 添加 data["verifyCode"] = 1 ![image](https://user-images.githubusercontent.com/6409949/143208616-37c60057-6b6c-43fe-8a7e-6d3f796368f1.png)

遇到同样问题, 最后写了个中间件解决, 3.1版本 app/Middleware/StaticFile.php ```

@devaex Now I use nodemon to hot reload `npm install -g nodemon` create `nodemon.json` file in project ``` { "watch": [ "index.php" ], "exec": "php index.php start", "signal": "SIGINT" }...