PHP does not have a native solution, I don't know about webpack, but I have use browsersync for reloading my application, be it Php, python or javasctipt. I have a browsersync watcher, this watcher tracks my file chnges and then runs my unit tests before reloading the application. If I get an error, a fancy little notification warns me about the error.