Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

megaman's avatar

homestead has no laravel instalation

I have got a Homestead box running

The documentation states that there should be a site at /home/vagrant/Code/Laravel/public

and my homestead.yaml file maps homestead.app to /home/vagrant/Code/Laravel/public

however there is no /home/vagrant/Code/Laravel/public directory in the box

When i use vagrant SSH to access the box it starts in the /home/vagrant directory but there is no Code directory at this location.

Is it supposed to come with /home/vagrant/Code/Laravel/public? and is it supposed to come with a instance of laravel installed on it?

0 likes
1 reply
mstnorris's avatar

It isn't supposed to. It is just an example. Create a new laravel project using

laravel new Laravel

within your ~/Code directory and you'll be good to go!

Please or to participate in this conversation.