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

have you updated your hosts file with

127.0.0.1 homestead.app

also in Homestead.yaml try changing to

folders:
    - map: /var/projects/laravel
      to: /home/vagrant/projects/laravel
sites:
    - map: homestead.app
      to: /home/vagrant/projects/laravel/public

and use "vagrant destroy" and than "vagrant up" to rebuild your environment, or at least "vagrant reload --provision"

Last updated 1 year ago.
0

I do like what are you say , but i has the same results i had before :(

when i vagrant ssh

i create folder projects like : mkdir projects then cd projects then composer create-project laravel/laravel laravel --prefer-dist

Last updated 1 year ago.
0

I generally create a new project outside of vagrant, update Homestead.yaml and hosts as needed and after that reload & provision the vagrant environment.

But "This webpage is not available" should indicate that you haven't linked homestead.app to your project in hosts file.

Try following this tutorial

Or this video from laracasts series

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.