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.

Supervisor no such file socket.py

I am trying to setup a queue listener for laravel and cannot seem to get supervisor working correctly. I get …

laravel ubuntu homestead supervisord
Laravel 5.3 storage:link -> symlink(): Protocol error

I'm trying to run the following artisan command: php artisan storage:link I get this error: [ErrorException] symlink(): Protocol error …

homestead laravel-artisan laravel-5.3
Using vagrant and homestead for multiple sites and per project installation

I have been using XAMPP for quite a time, and after discovering Laravel and finding out, that I quite like …

php laravel vagrant homestead
error "ETXTBSY: text file is busy" on npm install

When running npm install [any package] or even npm install on homestead I get the following error: npm ERR! ETXTBSY: …

javascript node.js laravel npm homestead
Composer error with GitHub OAuth token on fresh laravel/homestead provision

Fresh installed a laravel/homestead vagrant box, as per docs, run the init.sh, configured Homestead.yaml and ran $ vagrant …

github laravel-5 composer-php homestead
Maximum function nesting level of '100' reached, aborting after upgrading to Laravel 5.1

I'm getting this error message in my Laravel application after I upgraded to Laravel 5.1. FatalErrorException in Dispatcher.php line 200: Maximum …

php laravel-5 homestead
Can't install Vagrant box Laravel Homestead

I'm trying to install Laravel Homestead on Mac OS X following the official documentation instructions on here. I installed VirtualBox …

php laravel terminal vagrant homestead
Atom + Xdebug setup

I'm trying to setup Xdebug because I'm tired of using echoes and var_dumps. I'm using Atom as my IDE …

xdebug atom-editor homestead
How to get https certificate working on local Laravel Homestead site

I'm getting this problem: The error that I'm seeing in Windows 10 Chrome Version 65.0.3325.181 (Official Build) (64-bit) is: Your connection is …

laravel ssl https ssl-certificate homestead
Homestead - Connecting to my database

I just created a fresh laravel project and I'm using a Homestead vagrant box by running vagrant init laravel/homestead …

mysql laravel homestead