SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: nodename nor servname provided, or not known

Check your DB_HOST on your .env file

DB_HOST=http://localhost/ –> DB_HOST=localhost


Result:

I can migrate peacefully now.

php artisan migrate
Migration table created successfully.
Migrated: 2014_10_12_000000_create_users_table

Leave a Comment