I just installed Symfony2
on my Mac. My web/config.php
works fine but when I go to the web/app_dev.php
file, it shows me an error :
No route found for "GET /" (from "http://localhost:8888/Symfony/web/config.php")
404 Not Found - NotFoundHttpException
1 linked Exception: ResourceNotFoundException
ERROR - Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /" (from "http://localhost:8888/Symfony/web/config.php")" at .../Symfony/app/cache/dev/classes.php line 2059
I am following a tutorial and I am supposed to get this welcome page :
Does anyone has an idea of what to do ?
Thank you for your help !