Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

LeandritGo's avatar

Laragon's pretty URL not working, the localhost ones are fine

Hi,

I have been using Laragon since a while now and this is the first time that this has occurred. I can access the web app through this link localhost/myapp/public but I can't through myapp.dev . It is activated but not working, tried the solution to remove proxies and so on but still no result. Anyone who had or can help on solving this issue? I would highly appreciate. Thanks ;)

0 likes
5 replies
danielrubango's avatar

Hi,

Try open Laragon App, when opened, right-click and in submenu choose www, then select in the dropdown submenu your app directory, and it will open your favorite browser on address my-app.dev.

Note: Before all operation, try to reactivate pretty url.

Thank's

2 likes
Shaji's avatar

Hi LEANDRITGO,

php artisan serve

then

use url with port number. URL:port number

eg. myapp.dev:8000

Thanks

Maulana Haikal's avatar

Please check the hosts file properties If it was checked on "Read-Only" then you have to unchecked

hab's avatar

It worked for me when I put my project "laravel9" into "www\laravel9" like this.. not sure why!

D:\laragon\www\laravel9\laravel9

1 like

Please or to participate in this conversation.