{"id":22576968,"url":"https://github.com/danvc/browsersyncinlaravel","last_synced_at":"2026-03-03T06:36:51.195Z","repository":{"id":126687678,"uuid":"80156342","full_name":"danvc/BrowsersyncInLaravel","owner":"danvc","description":"It's a short guide about how to setup browsersync in Laravel inside Docker","archived":false,"fork":false,"pushed_at":"2017-01-26T21:56:58.000Z","size":1,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-15T04:38:23.753Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danvc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-26T21:15:37.000Z","updated_at":"2019-10-13T16:18:46.000Z","dependencies_parsed_at":"2023-06-17T16:32:04.790Z","dependency_job_id":null,"html_url":"https://github.com/danvc/BrowsersyncInLaravel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danvc/BrowsersyncInLaravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danvc%2FBrowsersyncInLaravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danvc%2FBrowsersyncInLaravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danvc%2FBrowsersyncInLaravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danvc%2FBrowsersyncInLaravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danvc","download_url":"https://codeload.github.com/danvc/BrowsersyncInLaravel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danvc%2FBrowsersyncInLaravel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30034133,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T06:09:21.518Z","status":"ssl_error","status_checked_at":"2026-03-03T06:08:47.858Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-08T04:10:32.157Z","updated_at":"2026-03-03T06:36:51.181Z","avatar_url":"https://github.com/danvc.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# BrowsersyncInLaravel\nIt's a short guide about how to setup browsersync in **Laravel** inside **Docker**\n\n1. Install all needed to get the BrowserSync working with gulp and Laravel. You can get all details here: [Browser-sync](https://laravel.com/docs/5.3/elixir#browser-sync)\n\n2. Setup your proxy according the IP address of your docker container:\n```\nelixir(function(mix) {\n    mix.browserSync({\n        proxy: 'https://192.168.99.100',\n        notify: false\n    });\n});\n```\nRun in terminal: `gulp watch`\n\nIt will show you details about the host and the port. Note the **port** number.\n[![browser5.png](https://s24.postimg.org/bjupm15yd/browser5.png)](https://postimg.org/image/808rw838h/)\n\n3. Open ``Kitematic`` (that was with Docker) and follow the instructions below:\n\n * Select the container that you want to get Browsersync working.\n\n![browser1.png](https://s27.postimg.org/g2178fv7n/browser1.png)\n\n* Click in the **Settings** button, on panel on right side.\n![browser2.png](https://s23.postimg.org/4hj3btepl/browser2.png)\n\n* Click in the **Port** panel according the image below:\n![browser3.png](https://s27.postimg.org/hjmnjzzyb/browser3.png)\n\n* The last settings is just ADD the port (that you got when running ``gulp watch`` to the red rectangles, according the image)\n[![browser4.png](https://s28.postimg.org/wdynmfjql/browser4.png)](https://postimg.org/image/ol7zugdrd/)\n\nThe last step is simple click on the **Save** button access your website trough the docker-ip:port/url\n```\nhttp://192.168.99.100:3000/\n```\n**OBS**: Replace the 192.168.99.100 IP by your Docker IP\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanvc%2Fbrowsersyncinlaravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanvc%2Fbrowsersyncinlaravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanvc%2Fbrowsersyncinlaravel/lists"}