I am new in Laravel development. I have updated Xampp to 7.3.11 on my Mac Mojave 10.14.6. In Laravel project when I hit php artisan migrate command I got following error.
Just simple step i follow and solved
open .env file
change DB_HOST = 127.0.0.1 to localhost
done