Forum Discussion
Everettiin
Dec 16, 2025Iron Contributor
Solved Can't access 127.0.0.1:8000 on my Laptop
I'm trying to fiddle with Symfony's CMS sulu. Took a few extra steps but finally got it installed. Documentation says that access to the app is `127.0.0.1:8000`. But I just can't get Chrome to ta...
WainkusRobert
Dec 25, 2025Iron Contributor
Are you using Symfony's built-in dev server (started with symfony server:start or php -S localhost:8000)?