How do you setup laravel-echo-server with browsersync proxying my port:8000
-
My pretty urls are not working, and I don't know why.
Now what I want to do
- I want to setup
laravel-echo-server
- So I issued laravel-echo-server init
- But I'm having trouble with this part
or specifying? the URI that may access the API: (http://localhost:80)
since I'm using browsersync proxying myport:8000
so that means I am onlocalhost:3000
now since Browsersync use port :3000
- I want to setup