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.

Access denied for user 'homestead'@'localhost' (using password: YES)

I'm on a Mac OS Yosemite using Laravel 5.0. While in my local environment, I run php artisan migrate I keep …

php laravel laravel-5 database-migration homestead
SQLSTATE[HY000] [2002] Connection refused within Laravel homestead

Using Mac OS X and Homestead 2.2.1 with Laravel 5.2. In terminal (within homestead in my project folder) I can do php …

php laravel-5 migration homestead laravel-artisan
Is there a default password to connect to vagrant when using `homestead ssh` for the first time?

I'm trying to connect to vagrant via homestead ssh: [email protected]'s password: But my public key password doesn't work. My …

ssh vagrant laravel-5 homestead
Homestead installation

I could not figure out where I made a mistake here. My command vagrant up replies with the following lines $ …

laravel homestead
There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. windows 10

I just got laravel homestead to run yesterday using powershell. Now, it won't even run. I just suspended vagrant and …

laravel-5 vagrant virtualbox windows-10 homestead
configure the php.ini on vagrant homestead

I want to allow short_open_tags in php.ini I want to access to the php.ini on my …

vagrant homestead short-open-tags
error: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054

While running the command vagrant box add laravel/homestead, I am getting this error: An error occurred while downloading the …

laravel ssl openssl vagrant homestead
where to find config.vm.boot_timeout?

Hi I want to edit the config.vm.boot_timeout in vagrant because I am having problem in booting up …

vagrant homestead
Laravel; "SQLSTATE[HY000] [2002] Connection refused"

I set up homestead 2.0 on OSX host and using Sequel Pro. I can do migration and confirm that data are …

mysql database laravel homestead
Laravel homestead IP address not working

I’m using Laravel Homestead 2.0 for my VM and am trying to serve my sites on the default IP address …

php laravel vagrant virtualbox homestead