List the default ports that are forwarded to your homestead environment?
Answer Posted / Swatantra Kumar
The default ports forwarded by Laravel Homestead are as follows: {"80" : "8000", "443" : "8443", "127.0.0.1:5432" : "127.0.0.1:5432", "tcp:9500" : "9500", "tcp:5671" : "5672", "tcp:5672" : "5672", "tcp:8142" : "8142". It's important to note that these are the default values and can be changed if needed during Homestead setup.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers