saithink / saiadmin

SaiAdmin框架后端
https://saithink.top
MIT License
92 stars 13 forks source link

plugin/saiadmin/app/controller/system/SystemUserController.php updated but cannot be reloaded because only auto-loaded files support reload. #9

Open Risin9 opened 1 month ago

Risin9 commented 1 month ago

按照webman中文档安装之后,调试模式下修改文件不会自动reload but cannot be reloaded because only auto-loaded files support reload.

saithink commented 1 month ago

这个与操作系统环境有关,有的环境不支持文件reload

Risin9 commented 1 month ago

这个与操作系统环境有关,有的环境不支持文件reload

运行环境为windows下的vagrant homestead环境,Ubuntu20.04.6,linux环境下不应该会出现这种问题吧。装的是saiadmin3版本。

balless commented 1 month ago

看下webman的1.5.5,把process/Monitor.php的文件重载的方法撤回到1.5.5即可解决

Risin9 commented 4 weeks ago

看下webman的1.5.5,把process/Monitor.php的文件重载的方法撤回到1.5.5即可解决

好嘞 看到1.5.6修改reload的逻辑了。