react-inotify icon indicating copy to clipboard operation
react-inotify copied to clipboard

Inotify bindings for reactphp

Results 3 react-inotify issues
Sort by recently updated
recently updated
newest added

I want to use react-inotify for local development with event-loop:^1.1. This makes it available. I tested it and it works. Would you like to merge it in the main repository?...

``` $this->notify->on(IN_CREATE | IN_ISDIR, function ($path) { } ``` // watching `watched/path` // mkdir watched/path/newdirectory $path would be 'watched/pathnewdirectory' without this fix.