Support the ongoing development of Laravel.io →
Requests Testing
Last updated 1 year ago.
0

Have you tried rebooting your server?

Last updated 1 year ago.
0

This sounds like your Homestead.yaml file is not configured correctly.

Ensure that your "sites" is configured like below:

sites:
    - map: yoursite.com
      to: /home/vagrant/Code/yoursite/public

"/home/vagrant/Code/yoursite/public" is the path to the public folder of your laravel installation on the Forge server.

If that isn't the problem then SSH into the server and make sure that your files are actually being pushed to the correct location. Forge usually does this automatically so long as you have "Enable Quick Deploy" set in the admin interface and are using Github/Bitbucket.

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

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.