We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我使用的 Vagrant 2.2.3 + centOS 7.0 ,在 DEMO 测试代码的时候,每次修改一个测试文件都要使用 php server.php 这个命令才会生效,我配置里这个 参数也打开了,这是为什么呢?
The text was updated successfully, but these errors were encountered:
您可以按照以下步骤排查:
auto_reload_enable
onWorkerStart
Inotify
logr/logp
nodemon
SELinux
--privileged
如果您依然无法做到自动热更新,推荐您使用 nodemon 进行管理,命令是:
nodemon -L --exec "php server.php"
Sorry, something went wrong.
好的,非常感谢。
No branches or pull requests
我使用的 Vagrant 2.2.3 + centOS 7.0 ,在 DEMO 测试代码的时候,每次修改一个测试文件都要使用 php server.php 这个命令才会生效,我配置里这个 参数也打开了,这是为什么呢?
The text was updated successfully, but these errors were encountered: