seregazhuk / php-watcher

Monitor for any changes in your php application and automatically restart it (suitable for async apps).
https://sergeyzhuk.me/2019/10/18/php-watcher/
389 stars 31 forks source link

Autoload path inside watcher.php fixed for composer project installation #16

Closed gorbunov closed 5 years ago

gorbunov commented 5 years ago

When installed inside project as composer dependency, watcher.php will try to require autoload.php from wrong location.