Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Closed
Description
I'm starting out with Symfony 4 following this guidehttps://symfony.com/doc/current/setup.html, so I have executed one after the other these commands:
composer create-project symfony/website-skeleton my-projectcd my-projectcomposer require server --devphp bin/console server:run
but when I browse tohttp://localhost:8000 I get aNo route found for "GET /" error.