I have a problem to execute this:
$ php artisan migrate
I'm getting an error
[PDOException]
SQLSTATE[HY000] [2002] Connection refused
I'm using MAMP and it's working ok.
I have tried to set the localhost to 127.0.0.1 and I've added 'unix_socket' => '/Applications/MAMP/tmp/mysql/mysql.sock' but nothing helps.
[Edit] also I've added the port and I have checked the user and the password are correct and the server is running properly.. any suggestion??
Thanks