Skip to content

Instantly share code, notes, and snippets.

@richjenks
Created February 18, 2018 11:49
Show Gist options
  • Save richjenks/9666ca730351a649e641ee3300a4387a to your computer and use it in GitHub Desktop.
Save richjenks/9666ca730351a649e641ee3300a4387a to your computer and use it in GitHub Desktop.
Append this to `webpack.min.js` > run `php artisan serve` > run `npm run watch` > profit
mix.browserSync({
proxy: '127.0.0.1:8000',
notify: false
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment