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 hangs at SSH auth method: private key on mac

I can't seem to get Homestead running. It hangs at SSH auth method: private key. The Homestead VM starts. I …

macos laravel ssh vagrant homestead
Laravel 5.1 View not found

this seems to be an issue that pops up every now and then within Laravel. I was writing a CRUD …

php laravel laravel-5 blade homestead
Box 'laravel/homestead' could not be found

I have downloaded the laravel/homestead box manually from here. I successfully add the box: vagrant box add file:///path/…

laravel vagrant vagrantfile homestead
Change Laravel Homestead v7.0.1 with php 7.2 to php 7.1

What are the steps to downgrade the php version to 7.1 and make it default on latest Homestead 7, Homestead 7 comes with …

laravel homestead
A Vagrant environment or target machine is required

I am trying to set up homestead. I have tried to add new custom domain but I forgot that I …

laravel vagrant vagrantfile homestead
Uncaught TypeError: Vue.component is not a function

In OS X with Laravel/Homestead, I'm getting an error using Vue (v2.2.1). The component won't load and the console …

javascript laravel vuejs2 homestead console.log
The host path of the shared folder is missing: ~/Code

I'd like to use laravel homestead for my development machine and installed virtualbox and vagrant successfully, but when I run …

laravel vagrant virtualbox development-environment homestead
Why does virtual box vboxheadless process using Vagrant use 100% of my cpu?

So I'm using a couple vagrant boxes and when i have them up, "sometimes/randomly" it starts to take up 100% …

vagrant virtualbox homestead
Laravel Homestead vhost configuration

I am using Laravel homestead. For a project I need a special vhost configuration, where should I define this?

laravel nginx vagrant vhosts homestead
Use SSL on Laravel Homestead

I'm using Laravel Homestead and it is working fine. Now I want to implement HTTPS on one of my sites. …

laravel ssl laravel-5 https homestead