Created
November 24, 2020 21:38
-
-
Save thiagobraga/6c9d189e07496ef53e655e8670d7737b to your computer and use it in GitHub Desktop.
Laravel BrowserSync
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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