File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -54,18 +54,19 @@ to run Symfony:
54
54
55
55
$ php app/console server:run
56
56
57
+ If you get the error `There are no commands defined in the "server" namespace. `,
58
+ then you are probably using PHP 5.3. That's ok! But the built-in web server is
59
+ available for PHP 5.4.0 or higher. If you have an older version of PHP or if you
60
+ prefer a traditional web server such as Apache or Nginx, read the
61
+ :doc: `/cookbook/configuration/web_server_configuration ` article.
62
+
57
63
Open your browser and access to the ``http://localhost:8000 `` URL to
58
64
see the Welcome page of Symfony2:
59
65
60
66
.. image :: /images/quick_tour/welcome.png
61
67
:align: center
62
68
:alt: Symfony2 Welcome Page
63
69
64
- The built-in web server is available for PHP 5.4.0 or higher. If you have an
65
- older version of PHP or if you prefer a traditional web server such as Apache
66
- or Nginx, read the :doc: `/cookbook/configuration/web_server_configuration `
67
- article.
68
-
69
70
Understanding the Fundamentals
70
71
------------------------------
71
72
You can’t perform that action at this time.
0 commit comments