Closed
Description
It seems the "Welcome!" page has been removed as of 2.7 so the quick tour documentation is now misleading / wrong.
https://symfony.com/doc/current/quick_tour/the_big_picture.html#running-symfony
It tells you to go to http://localhost:8000 to see the welcome page but this just brings up an error as there is now no route defined for /.
I was going to update the documentation but wasn't sure what to put there instead? Just tell the user to go straight to /app/example and see the "Homepage." text I guess would be the best option?