db failed: No such host is known
siyamzakir opened this issue · 2 comments
siyamzakir commented
php artisan migrate:fresh --seed
SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for db failed: No such host is known. (SQL: SHOW FULL TABLES WHERE table_type = 'BASE TABLE')
yungifez commented
Check your .env file to make sure yoy are connecting to a proper database
Name sure your database is running
Try running php artisan optimize:clear
salmazz commented