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.

How to import existing database to homestead?

I'm learning to use Homestead 2.0. I have a existing MySQL database on my local machine. If I create a new …

php mysql laravel-5 homestead
How to automatically enable php extensions in Homestead on vagrant up

Im using Laravel 5.3 in Homestead with Vagrant 1.8.7 running on VirtualBox. I have need to enable some php extensions. I know …

php laravel vagrant homestead php-extension
debugging laravel artisan from PHPStorm with homestead

I setup Laravel Homestead. I then configured both homestead xdebug.ini and PHPStorm to make the debugging work. Here is …

laravel vagrant xdebug laravel-routing homestead
Configuring Homestead to work with MySQL Workbench

I just started using Homestead today and so far I don't think I know what I am doing, previously I …

laravel mysql-workbench homestead
Composer fails with kylekatarnls/update-helper on new homestead

I have installed a homestead on a new computer. I have pulled my code (which is working on my other …

php composer-php laravel-5.7 homestead
Laravel Dusk error: Failed to connect to localhost port 9515: Connection refused

As the title says, I've go a clean install of Laravel 5.4 and the latest Homestead (1.0.1). However, when I run a …

php laravel vagrant virtualbox homestead
Laravel 5.3 Homestead php7 reload php.ini file

I made some changes to /etc/php/7.0/cli/php.ini on my laravel homestead machine. But I can't get it …

php laravel homestead
How to destroy and recreate vagrant/homestead machine?

I'm running Laravel on Vagrant Box (homestead) When I'm doing vagrant up, I'm getting a message: : A newer version of …

laravel vagrant homestead
Why laravel homestead is not running Apache

Obviously, I've Laravel project that really needs the .htaccess rules and Nginx doesn't seem to be the best solution for …

apache .htaccess laravel nginx homestead