Top "Homestead" questions

Laravel Homestead is an official, pre-packaged Vagrant "box" that provides you a wonderful development environment without requiring you to install PHP, HHVM, a web server, and any other server software on your local machine.

Laravel Homestead with Apache server

Last year, after being a long time user of a WAMP stack, I switched over to Homestead on Vagrant. For …

laravel apache vagrant homestead
Laravel Homestead/Vagrant/Virtualbox is slow on Windows

I have installed Laravel Homestead/Vagrant/Virtualbox on Windows as it said on official site But it is really slow. …

vagrant virtualbox homestead
What is Vagrant Homestead root password?

I have installed Homestead with vagrant box add laravel/homestead vagrant init vagrant up I can login with user vagrant:…

laravel vagrant homestead
Laravel homestead not mapping my code folder

I am trying to get homestead to work after following the instructions here I have Virtualbox 5.0.6 and Vagrant 1.7.4 on windows 8. …

laravel vagrant virtualbox homestead
Understanding the Homestead yaml file in Laravel

Can someone explain the Homestead.yaml file in details. Not fully understanding its contents is bothering me. Here is the …

laravel vagrant yaml virtualbox homestead
Vagrant can't use the requested machine because it is locked

I have tried to access my projects sites that I have set up on homestead, they were working all fine …

laravel vagrant virtual-machine homestead
Laravel Homestead vagrant up times out

I'm following the official guide for running Laravel 5.1 on Homestead. But when I try vagrant up it hangs up at …

laravel ssh vagrant laravel-5.1 homestead
Running PHPUnit in Laravel's Homestead

I'm using Homestead to serve my Laravel application. I'm trying to run PHPUnit. According to the docs: An example test …

php laravel phpunit vagrant homestead
Laravel Homestead php-7 "php5-fpm: unrecognized service" on vagrant up

Whilst trying to use the php-7 version of Laravel Homestead in a per-project installation, I see this error during vagrant …

php laravel homestead php-7