I want to learn Symfony
and then I did the installation as they speak on the site:
composer create-project symfony/framework-standard-edition meuprojeto/ '~2.5'
Until then I installed it, in the end I did not want to install the demo Acme
and I made the settings, I entered the project folder, I ran the command:
php app/check.php
And everything is OK, when I ran the command:
php app/console server:run
I opened the address he had in my browser:
http://127.0.0.1:8000
But it gives the errors:
Sorry, the page you are looking for could not be found. 2/2 NotFoundHttpException: No route found for "GET /" 1/2 ResourceNotFoundException:
Already tried to access:
127.0.0.1:8000/app_dev.php
Also did not give, does anyone know how I can have a hello world
?