I use the command php artisan migrate to migrate my db in laravel 5 .. it gives me an error:
exception \'PDOException\' with message \'SQLSTATE[HY000] [10
This question was asked several times before .. checkout the best answers I found :
The problems behind this error could be :
unix_socket
value in your config file, checkout Question 2.php artisan migrate:install
from your local machine. You should SSH into the VM homestead ssh
and run your migrations from there, checkout Question 1.