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 ea18b69 commit 9e37f2fCopy full SHA for 9e37f2f
setup.rst
@@ -105,6 +105,13 @@ Open your browser and navigate to ``http://localhost:8000/``. If everything is
105
working, you'll see a welcome page. Later, when you are finished working, stop
106
the server by pressing ``Ctrl+C`` from your terminal.
107
108
+.. note::
109
+
110
+ Locally, you can also use the PHP built-in webserver to run Symfony using
111
+ ``php -S localhost:8000 -t public``. This however does not provide most of
112
+ the features of the Symfony local web server or a full Nginx or Apache
113
+ set-up and can result in slow page builds.
114
115
.. _install-existing-app:
116
117
Setting up an Existing Symfony Project
0 commit comments