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"
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
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
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community