apisearch-io / symfony-react-server

[Deprecated] Symfony Async Server built on top of ReactPHP
MIT License
45 stars 1 forks source link

Use php-watcher in dev environment #8

Closed seregazhuk closed 4 years ago

seregazhuk commented 5 years ago

When running in dev environment uses PHP-Watcher to reload the server once the source code changes. Listens for changes in config and src folders and php, yml files.

This is how it looks like:

asciicast

I'm not sure if I'm stopping the app correctly 🤔 I've removed all listeners, closed the socket and stopped the kernel. Maybe I've missed something here?