KEMAL TAUFIK FIKRI -
KEMAL TAUFIK FIKRI -

Reputation: 39

laragon project: DNS address could not be found

I just installed laragon, on port 8080, because my port 80 is already used, and I can't access my project in "learnlaravel.test" but I can open my localhost localhost:8080.

Error:

This site can’t be reached. learnlaravel.test’s DNS address could not be found. Diagnosing the problem

laragon

learnlaravel.test

Upvotes: 0

Views: 2935

Answers (2)

  1. Menu -> Apache -> sites-enabled -> delete all (auto)

  2. C:\Windows\System32\drivers\etc\hosts right click -> properties on hosts file and uncheck the "Read-only".

  3. make sure auto virtual host is checked on laragon

  4. restart laragon and try your project folder name inside in www with .test (or as specified in laragon setting) in the browser

Upvotes: 1

msk
msk

Reputation: 46

Go in your project Directory via CMD then Run command

php artisan serve

Upvotes: 1

Related Questions