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

Hey Serdiev,

Homestead is a vagrant box created by Tailor. Its used to make development and deployment of laravel apps easier and faster. You can have as many homesteads as you wish for development.

Think of it as a whole new machine given to you already bundled with all the dependencies(php, mysql, redis etc) you need to start developing laravel applications. And the only way you can access this machine is through the console.

It does not come with laravel in it, it is just a development environment. You need to download laravel into it, to start using it. About your issue with composer, Homestead comes with a shared directory to your host machine. So when you code your app from your host machine, it is automatically synced to the virtual machine in homestead.

Read more about how vagrant works, to get a better understanding of these concepts. The docs will also shine some light for you to understand.

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Serdiev serdiev Joined 14 Jun 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.