Skip to content

Instantly share code, notes, and snippets.

@thiagobraga
Created November 24, 2020 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thiagobraga/6c9d189e07496ef53e655e8670d7737b to your computer and use it in GitHub Desktop.
Save thiagobraga/6c9d189e07496ef53e655e8670d7737b to your computer and use it in GitHub Desktop.
Laravel BrowserSync
@if (env('APP_ENV') === 'local')
<script async src="http://localhost:3000/browser-sync/browser-sync-client.js"></script>
@endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment