Can automatically monitor your files for changes, and inject your changes into the browser without requiring a manual refresh.
Mix.browserSync('my-domain.test');
// Or...
// https://browsersync.io/docs/options
mix.browserSync({
proxy: 'my-domain.test'
});