Laravel Dusk: The correct localhost port for APP_URL on a remote server? -


i trying install dusk on laravel @ remote host , @ point need change .env file this

app_url=http://localhost:8000 

another tutorial suggested

app_url=http://localhost:9515 

for remote host, need put "http://localhost:????" , if need how find port number? not leave "/"?

by way, have tested several options , non have worked far not sure causes trying pint point problem.

set app_url same url using in browser local development environment. can http://localhost custom url:

app_url=http://dusk.local 

for laravel homestead can manage sites within homestead.yaml file.

the app_url somehow important commands terminal require information pointed out in detail in this answer.

the port 9515 default port number of selenium server url provided in dusktestcase.php. there's no need change @ beginning should work out of box.

by default, ports forwarded homestead environment.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -