antonioribeiro / health

Laravel Health Panel
BSD 3-Clause "New" or "Revised" License
1.95k stars 197 forks source link

Livereload ERR_CONNECTION_REFUSED #121

Closed robsontenorio closed 5 years ago

robsontenorio commented 5 years ago

Where does it "livereload.js" come from? There is no reference on source code.

Is there any additional instruction to solve this problem?

NOTE: Laravel Health package was installed on project running with docker.

captura de tela 2018-10-03 as 00 13 03

antonioribeiro commented 5 years ago

This happens only if your APP_ENV = local, important for those developing health stuff.

If you run npm install and npm run watch, LiveReload should boot fine.

Livereload will reload your page every time your assets change.