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.
I am trying to setup a queue listener for laravel and cannot seem to get supervisor working correctly. I get …
laravel ubuntu homestead supervisordI'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.3When running npm install [any package] or even npm install on homestead I get the following error: npm ERR! ETXTBSY: …
javascript node.js laravel npm homesteadFresh installed a laravel/homestead vagrant box, as per docs, run the init.sh, configured Homestead.yaml and ran $ vagrant …
github laravel-5 composer-php homesteadI'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 homesteadI'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 homesteadI'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 homesteadI just created a fresh laravel project and I'm using a Homestead vagrant box by running vagrant init laravel/homestead …
mysql laravel homestead