Support the ongoing development of Laravel.io →
Installation Configuration
Last updated 1 year ago.
0

Remove that line from your vagrant file as it will be overwritten in Homestead.configure(...) which is defined in scripts/Homestead.rb. Instead you want to edit Homestead.rb, look for the following lines

    # Configure Port Forwarding To The Box
    config.vm.network "forwarded_port", guest: 80, host: 8000
    config.vm.network "forwarded_port", guest: 3306, host: 33060
    config.vm.network "forwarded_port", guest: 5432, host: 54320
Last updated 1 year ago.
0

You sir are awesome! Thanks. One think I've found is that most documentation on vagrant and servers just assumes you know where to find the files they tell you to edit. This leaves newbies in the dark.

Thanks again!

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

TheMonk themonk Joined 5 Apr 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.