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:
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?
When running in
dev
environment uses PHP-Watcher to reload the server once the source code changes. Listens for changes inconfig
andsrc
folders andphp, yml
files.This is how it looks like:
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?