0
I’m willing to learn Symfony
and then did the installation as they speak on the site:
composer create-project symfony/framework-standard-edition meuprojeto/ '~2.5'
Until then did the installation, in the end I did not want to install the demo Acme
and did the settings, entered the project folder, I ran the command:
php app/check.php
And everything’s OK when I turn the remote:
php app/console server:run
I opened in my browser the address he passed:
http://127.0.0.1:8000
But make the mistakes:
Sorry, the page you are Looking for could not be found. 2/2 Notfoundhttpexception: No route found for "GET /" 1/2 Resourcenotfoundexception:
I’ve tried to access:
127.0.0.1:8000/app_dev.php
Neither did it, does anyone know how I can have one hello world
?
Is your php version 5.4+ ? Has apache installed?
– gmsantos
Version php 5.5. * and apache ok
– Marcelo Diniz