We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3e4c9 commit 2532cc3Copy full SHA for 2532cc3
docs/plugins/file-monitor.md
@@ -25,7 +25,7 @@ $server = new Server();
25
26
$server->addPlugin(
27
new FileMonitorPlugin(
28
- new WatchDir(sourceDir: __DIR__, filePattern: ['*'], invalidateOpcache: true),
+ new WatchDir(sourceDir: __DIR__, filePattern: ['*'], recursive: true, invalidateOpcache: true),
29
),
30
);
31
0 commit comments