We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455cd00 commit c58c862Copy full SHA for c58c862
quick_tour/the_big_picture.rst
@@ -19,6 +19,16 @@ Downloading Symfony2
19
First, check that you have installed and configured a Web server (such as
20
Apache) with PHP 5.3.2 or higher.
21
22
+.. tips::
23
+
24
+ Since PHP 5.4, you could use the Build-in web server:
25
26
+ .. code-block:: bash
27
28
+ php -S localhost:80 -t www
29
30
+ For development purpose only, it can help you to start your project right now.
31
32
Ready? Start by downloading the "`Symfony2 Standard Edition`_", a Symfony
33
:term:`distribution` that is preconfigured for the most common use cases and
34
also contains some code that demonstrates how to use Symfony2 (get the archive
0 commit comments