I'm starting out with Symfony 4 following this guide https://symfony.com/doc/current/setup.html, so I have executed one after the other these commands:
composer create-project symfony/website-skeleton my-project
cd my-project
composer require server --dev
php bin/console server:run
but when I browse to http://localhost:8000 I get a No route found for "GET /" error.
I'm starting out with Symfony 4 following this guide https://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:runbut when I browse to
http://localhost:8000I get aNo route found for "GET /"error.